openbsd-ports/textproc/gtk-doc/Makefile
ajacoutot c6fca121cc Dep loop is gone.
Use source-highlight for syntax highlighting.
Explicitely disable dblatext and fop.
2013-04-05 07:41:08 +00:00

46 lines
919 B
Makefile

# $OpenBSD: Makefile,v 1.37 2013/04/05 07:41:08 ajacoutot Exp $
COMMENT= GTK C code documentation system
GNOME_VERSION= 1.18
GNOME_PROJECT= gtk-doc
REVISION= 5
CATEGORIES= textproc devel
HOMEPAGE= http://www.gtk.org/gtk-doc/
# GPLv3 - GFDLv1.1
PERMIT_PACKAGE_CDROM= Yes
MODULES= x11/gnome \
lang/python
MODPY_RUNDEP= No
MODGNOME_TOOLS= yelp
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-highlight=source-highlight
CONFIGURE_ENV= ac_cv_path_DBLATEX= \
ac_cv_path_FOP=
# only files under tests/ are compiled but not installed
PKG_ARCH= *
BUILD_DEPENDS= textproc/docbook-xsl \
textproc/openjade \
textproc/source-highlight
RUN_DEPENDS= textproc/docbook-xsl \
textproc/openjade \
textproc/source-highlight
TEST_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>