openbsd-ports/textproc/gtk-doc/Makefile

43 lines
823 B
Makefile
Raw Normal View History

2012-09-27 13:59:37 -04:00
# $OpenBSD: Makefile,v 1.33 2012/09/27 17:59:37 ajacoutot Exp $
COMMENT= GTK C code documentation system
GNOME_VERSION= 1.18
GNOME_PROJECT= gtk-doc
2012-09-27 13:59:37 -04:00
REVISION= 3
CATEGORIES= textproc devel
HOMEPAGE= http://www.gtk.org/gtk-doc/
2009-12-18 04:45:42 -05:00
# GPLv3 - GFDLv1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome \
lang/python
2009-12-18 04:45:42 -05:00
MODPY_RUNDEP= No
2011-09-20 16:51:51 -04:00
MODGNOME_TOOLS= yelp
CONFIGURE_STYLE= gnu
2011-01-14 17:10:58 -05:00
# only files under tests/ are compiled but not installed
PKG_ARCH= *
2009-12-18 04:45:42 -05:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= textproc/openjade \
textproc/docbook-xsl \
editors/vim,no_x11
2010-11-20 14:56:47 -05:00
REGRESS_DEPENDS= shells/bash
pre-configure:
perl -pi -e "s,/bin/bash,${LOCALBASE}/bin/bash," \
${WRKSRC}/tests/fail.sh \
${WRKSRC}/tests/tools.sh.in
.include <bsd.port.mk>