freebsd-ports/lang/vala/Makefile
Baptiste Daroussin 54f745573d Update vala to 0.48.10
note that 0.50.x results for now in too many breakage to do the upgrade
yet.

As a result disable vala support in anjuta
Unbreak net-im/dino, which has been marked as broken during the glib upgrade
2020-09-25 14:43:59 +00:00

28 lines
604 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= vala
PORTVERSION= 0.48.10
PORTEPOCH= 1
CATEGORIES= lang gnome
MASTER_SITES= GNOME
MAINTAINER= desktop@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
CONFIGURE_ARGS= --disable-valadoc
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION=${PORTVERSION:R}
.include <bsd.port.mk>