2013-02-03 12:31:52 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.58 2013/02/03 17:31:52 jasper Exp $
|
2008-05-05 05:27:40 -04:00
|
|
|
|
|
|
|
COMMENT= compiler for the GObject type system
|
|
|
|
|
|
|
|
GNOME_PROJECT= vala
|
2012-11-14 03:00:59 -05:00
|
|
|
GNOME_VERSION= 0.18.1
|
2012-08-29 10:11:17 -04:00
|
|
|
API_V= 0.18
|
2013-02-03 12:31:52 -05:00
|
|
|
REVISION= 0
|
2009-03-22 15:25:41 -04:00
|
|
|
|
2012-08-29 10:11:17 -04:00
|
|
|
SHARED_LIBS += vala-0.18 0.0 # 0.0
|
2009-03-22 15:25:41 -04:00
|
|
|
|
2008-05-05 05:27:40 -04:00
|
|
|
CATEGORIES= lang
|
|
|
|
|
|
|
|
HOMEPAGE= http://live.gnome.org/Vala
|
|
|
|
|
2009-03-22 15:25:41 -04:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2008-05-05 05:27:40 -04:00
|
|
|
# LGPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2011-11-30 10:10:27 -05:00
|
|
|
WANTLIB += c pcre pthread ffi glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
2008-05-05 05:27:40 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
|
|
|
|
2013-02-03 12:31:52 -05:00
|
|
|
BUILD_DEPENDS= textproc/libxslt
|
2010-11-17 03:05:12 -05:00
|
|
|
LIB_DEPENDS= devel/glib2
|
2011-09-17 13:21:16 -04:00
|
|
|
REGRESS_DEPENDS= shells/bash
|
2008-05-05 05:27:40 -04:00
|
|
|
|
2011-06-01 12:14:52 -04:00
|
|
|
USE_GROFF= Yes
|
2010-10-18 09:41:15 -04:00
|
|
|
|
2011-09-12 14:19:53 -04:00
|
|
|
SUBST_VARS+= API_V
|
|
|
|
|
2008-05-05 05:27:40 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2011-09-28 05:54:01 -04:00
|
|
|
CONFIGURE_ARGS+= --enable-vapigen
|
2008-05-05 05:27:40 -04:00
|
|
|
|
2008-12-17 08:56:41 -05:00
|
|
|
pre-configure:
|
|
|
|
perl -pi -e 's,/bin/bash,${LOCALBASE}/bin/bash,g' \
|
|
|
|
${WRKSRC}/tests/testrunner.sh
|
2008-05-05 05:27:40 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|