openbsd-ports/textproc/gtkaml/Makefile
ajacoutot 37b22790a7 Make BROKEN, this is not compatible with the new version of vala I am
about to commit. Version 0.4 should fix this, but is still in
development and several of us need the new vala version to move ahead
with some ports.
FYI, nothing depends on this port in-tree.

ok jasper@
2010-09-23 13:47:41 +00:00

41 lines
872 B
Makefile

# $OpenBSD: Makefile,v 1.20 2010/09/23 13:47:41 ajacoutot Exp $
BROKEN= does not compile with vala >= 0.10
COMMENT= XML parser that extends the Vala.Parser
DISTNAME= gtkaml-0.2.10
CATEGORIES= textproc
HOMEPAGE= http://gtkaml.googlecode.com/
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 glib-2.0 gobject-2.0 gthread-2.0 pthread xml2
MASTER_SITES= ${HOMEPAGE}/files/
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
USE_X11= Yes
BUILD_DEPENDS= ::x11/gtk+2
LIB_DEPENDS= vala.>=1:vala->=0.7.7:lang/vala
USE_LIBTOOL= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>