opnsense-ports/lang/vala/Makefile
Franco Fichtner 85d066a61f */*: sync with upstream
Taken from: HardenedBSD
2018-09-03 02:25:18 +02:00

29 lines
600 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= vala
PORTVERSION= 0.36.15
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= lang gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Programming language and compiler that converts Vala code into C code
LICENSE= LGPL21
PORTSCOUT= limitw:1,even
USES= bison gettext-runtime gmake gnome libtool \
localbase pathfix pkgconfig tar:xz
USE_GNOME= glib20 gnomeprefix libxslt:build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
VALA_VER= ${PORTVERSION:R}
PLIST_SUB= VERSION=0.36
.include <bsd.port.mk>