2013-03-08 11:51:34 +01:00
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
2007-07-10 14:16:09 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vala
|
2016-02-14 19:57:53 +01:00
|
|
|
PORTVERSION= 0.30.1
|
2007-07-10 14:16:09 +02:00
|
|
|
CATEGORIES= lang gnome
|
|
|
|
MASTER_SITES= GNOME
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Programming language and compiler that converts Vala code into C code
|
|
|
|
|
2010-11-20 16:37:08 +01:00
|
|
|
LICENSE= LGPL21
|
2013-03-08 11:51:34 +01:00
|
|
|
|
2015-08-08 15:56:32 +02:00
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
|
2016-02-14 19:57:53 +01:00
|
|
|
USES= bison gettext-runtime gmake gnome libtool \
|
|
|
|
pathfix pkgconfig tar:xz
|
2014-11-19 12:49:04 +01:00
|
|
|
USE_GNOME= glib20 gnomeprefix libxslt
|
2007-07-10 14:16:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-03-08 11:51:34 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-07-10 14:16:09 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-11-19 12:49:04 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2007-07-10 14:16:09 +02:00
|
|
|
|
2013-07-31 13:57:45 +02:00
|
|
|
VALA_VER= ${PORTVERSION:R}
|
2016-02-14 19:57:53 +01:00
|
|
|
|
|
|
|
# Version got bumped to 0.30, replace VERSION with that instead
|
|
|
|
# of using VALA_VER. Replace 0.30 with VALA_VER when vala gets to 0.30.0
|
|
|
|
#PLIST_SUB= VERSION=${VALA_VER}
|
|
|
|
PLIST_SUB= VERSION=0.30
|
2010-11-20 16:37:08 +01:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
.include <bsd.port.mk>
|