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
|
2019-04-28 20:26:31 +02:00
|
|
|
PORTVERSION= 0.40.15
|
2018-01-29 04:08:17 +01:00
|
|
|
PORTEPOCH= 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
|
|
|
|
2018-09-30 13:58:29 +02:00
|
|
|
BUILD_DEPENDS= graphviz>=0:graphics/graphviz
|
|
|
|
RUN_DEPENDS= graphviz>=0:graphics/graphviz
|
|
|
|
|
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 \
|
2016-07-26 20:41:37 +02:00
|
|
|
localbase pathfix pkgconfig tar:xz
|
2018-01-24 08:11:56 +01:00
|
|
|
USE_GNOME= glib20 gnomeprefix libxslt:build
|
2007-07-10 14:16:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2014-11-19 12:49:04 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2007-07-10 14:16:09 +02:00
|
|
|
|
2020-08-11 10:05:10 +02:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION:R}
|
2010-11-20 16:37:08 +01:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
.include <bsd.port.mk>
|