ajacoutot 19b7f6eb2e Update to vala 0.15.2.
This is a devel version but 0.16.0 is just around the corner and it will
ease dealing with the big batch of g* updates (glib, gtk, gnome-* ...)
that are due in the upcoming weeks.
2012-02-26 15:05:33 +00:00

47 lines
985 B
Makefile

# $OpenBSD: Makefile,v 1.47 2012/02/26 15:05:33 ajacoutot Exp $
COMMENT= compiler for the GObject type system
GNOME_PROJECT= vala
GNOME_VERSION= 0.15.2
API_V= 0.16
SHARED_LIBS += vala-0.16 0.0 # 0.0
CATEGORIES= lang
HOMEPAGE= http://live.gnome.org/Vala
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c pcre pthread ffi glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
MODULES= devel/gettext \
x11/gnome
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= textproc/libxslt \
textproc/p5-XML-LibXML
LIB_DEPENDS= devel/glib2
REGRESS_DEPENDS= shells/bash
USE_GROFF= Yes
SUBST_VARS+= API_V
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-vapigen
pre-configure:
perl -pi -e 's,/bin/bash,${LOCALBASE}/bin/bash,g' \
${WRKSRC}/tests/testrunner.sh
.include <bsd.port.mk>