openbsd-ports/x11/gnome/doc-utils/Makefile
2011-09-16 12:29:12 +00:00

48 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.49 2011/09/16 12:29:13 espie Exp $
# This port does set MODGNOME_HELP_FILES on purpose: it would create a
# dependency on itself. We do not enforce dependency on x11/gnome/yelp
# either because it would bring lots of other dependencies.
COMMENT= collection of documentation utilities for the GNOME project
GNOME_PROJECT= gnome-doc-utils
GNOME_VERSION= 0.20.6
REVISION= 1
CATEGORIES= textproc
# (L)GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
EXTRACT_SUFX= .tar.bz2
MODULES= lang/python \
x11/gnome
BUILD_DEPENDS= ${RUN_DEPENDS} \
textproc/docbook \
sysutils/ggrep \
textproc/rarian
RUN_DEPENDS= devel/gettext \
misc/gnugetopt \
textproc/libxml,-python \
textproc/libxslt,-python \
textproc/rarian
USE_LIBTOOL= No
USE_GROFF= Yes
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
FAKE_FLAGS+= pkgconfigdir="${PREFIX}/lib/pkgconfig/"
post-install:
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
${PREFIX}/lib/python${MODPY_VERSION}/site-packages/xml2po/
.include <bsd.port.mk>