1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/lang/vala/Makefile
Charlie Li 7669247b74
lang/vala: update to 0.56.16
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.
2024-03-16 04:10:27 -04:00

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>