head	1.2;
access;
symbols
	pkgsrc-2014Q3:1.1.0.2
	pkgsrc-2014Q3-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2014.11.24.16.31.50;	author wiz;	state dead;
branches;
next	1.1;
commitid	MnYeEOoPCM0FosZx;

1.1
date	2014.08.09.22.12.56;	author wiz;	state Exp;
branches;
next	;
commitid	xkmXvA6UXpqWIJLx;


desc
@@


1.2
log
@Remove vala024, no packages using it left.
@
text
@# $NetBSD: Makefile,v 1.1 2014/08/09 22:12:56 wiz Exp $

DISTNAME=	vala-0.24.0
PKGNAME=	${DISTNAME:S/vala/vala024/}
CATEGORIES=	lang gnome
MASTER_SITES=	${MASTER_SITE_GNOME:=sources/vala/0.24/}
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	http://live.gnome.org/Vala
COMMENT=	Compiler for the GObject type system (0.24 branch)
LICENSE=	gnu-lgpl-v2.1

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+= --enable-vapigen
CONFIGURE_ARGS+= --disable-unversioned
USE_LIBTOOL=	yes
USE_TOOLS+=		bison flex gmake pkg-config

PKGCONFIG_OVERRIDE+=	libvala.pc.in

BUILDLINK_API_DEPENDS.glib2+=	glib2>=2.16.0
BUILDLINK_DEPMETHOD.libxslt=			build

.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@Import vala024-0.24.0 as lang/vala024 (based on vala020).

Vala is a programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala source
code.

This package contains the 0.24 release.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2014/01/01 11:52:22 wiz Exp $
@

