forked from Lainports/freebsd-ports
29 lines
703 B
Makefile
29 lines
703 B
Makefile
PORTNAME= vala
|
|
DISTVERSION= ${_VALA_VERSION}
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= lang gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= desktop@FreeBSD.org
|
|
COMMENT= Programming language and compiler that converts Vala code into C code
|
|
WWW= https://wiki.gnome.org/Projects/Vala
|
|
|
|
LICENSE= LGPL21
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= bison cpe gettext-runtime gmake gnome libtool \
|
|
localbase pathfix pkgconfig tar:xz\
|
|
vala:no_depend
|
|
USE_GNOME= glib20 gnomeprefix libxslt:build
|
|
CPE_VENDOR= gnome
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --disable-valadoc
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB= VALA_LIB_VERSION=${_VALA_LIB_VERSION}
|
|
|
|
.include <bsd.port.mk>
|