openbsd-ports/x11/gnome/doc-utils/Makefile
ajacoutot c89ef704dd - nothing should have to run_depends on rarian anymore
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore

This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.

discussed with jasper@
2009-03-14 11:36:24 +00:00

38 lines
879 B
Makefile

# $OpenBSD: Makefile,v 1.22 2009/03/14 11:36:25 ajacoutot Exp $
COMMENT= collection of documentation utilities for the GNOME project
GNOME_PROJECT= gnome-doc-utils
GNOME_VERSION= 0.14.2
PKGNAME= ${DISTNAME}p4
CATEGORIES= textproc
# (L)GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python \
x11/gnome
BUILD_DEPENDS= ${RUN_DEPENDS} \
:docbook-*:textproc/docbook \
::sysutils/ggrep \
::textproc/rarian
RUN_DEPENDS= ::devel/gettext \
:py-libxml-*:textproc/libxml,-python \
:libxslt-*:textproc/libxslt,-python
USE_LIBTOOL= No
CONFIGURE_ARGS= --disable-scrollkeeper
CONFIGURE_ENV= PYTHON=${MODPY_BIN} \
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py ${PREFIX}/share/xml2po
.include <bsd.port.mk>