mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
7669247b74
Changelog: https://gitlab.gnome.org/GNOME/vala/-/blob/0.56.16/NEWS Notably, pragmas have been added to ignore incompatible {,function} pointer type warnings/errors, so dispense of our local workaround.
29 lines
707 B
Makefile
29 lines
707 B
Makefile
PORTNAME= vala
|
|
DISTVERSION= ${_VALA_VERSION}
|
|
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 introspection:build 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>
|