2007-07-10 14:16:09 +02:00
|
|
|
PORTNAME= vala
|
2022-08-26 16:53:10 +02:00
|
|
|
DISTVERSION= ${_VALA_VERSION}
|
2018-01-29 04:08:17 +01:00
|
|
|
PORTEPOCH= 1
|
2007-07-10 14:16:09 +02:00
|
|
|
CATEGORIES= lang gnome
|
|
|
|
MASTER_SITES= GNOME
|
|
|
|
|
2020-09-10 20:55:41 +02:00
|
|
|
MAINTAINER= desktop@FreeBSD.org
|
2007-07-10 14:16:09 +02:00
|
|
|
COMMENT= Programming language and compiler that converts Vala code into C code
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://wiki.gnome.org/Projects/Vala
|
2007-07-10 14:16:09 +02:00
|
|
|
|
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
|
|
|
|
|
2021-09-11 13:40:49 +02:00
|
|
|
USES= bison cpe gettext-runtime gmake gnome libtool \
|
2022-08-26 16:53:10 +02:00
|
|
|
localbase pathfix pkgconfig tar:xz\
|
|
|
|
vala:no_depend
|
2018-01-24 08:11:56 +01:00
|
|
|
USE_GNOME= glib20 gnomeprefix libxslt:build
|
2021-09-11 13:40:49 +02:00
|
|
|
CPE_VENDOR= gnome
|
2007-07-10 14:16:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2020-09-25 16:43:59 +02:00
|
|
|
CONFIGURE_ARGS= --disable-valadoc
|
2014-11-19 12:49:04 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2007-07-10 14:16:09 +02:00
|
|
|
|
2022-08-26 16:53:10 +02:00
|
|
|
PLIST_SUB= VALA_LIB_VERSION=${_VALA_LIB_VERSION}
|
2010-11-20 16:37:08 +01:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
.include <bsd.port.mk>
|