openbsd-ports/x11/gnome/doc-utils/Makefile
ajacoutot 2e38793226 Default libtool(1) is in base now so there is no point in settings
USE_LIBTOOL to no since this has no implication on the build for these
particular ports.
2012-11-17 09:40:41 +00:00

43 lines
990 B
Makefile

# $OpenBSD: Makefile,v 1.57 2012/11/17 09:40:41 ajacoutot Exp $
# This port does set MODGNOME_TOOLS=yelp 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.10
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} \
textproc/docbook \
sysutils/ggrep \
textproc/rarian
RUN_DEPENDS= devel/gettext \
misc/gnugetopt \
textproc/libxml,-python \
textproc/libxslt \
textproc/rarian
USE_GROFF= Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/xml2po/xml2po.1
post-install:
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
${PREFIX}/lib/python${MODPY_VERSION}/site-packages/xml2po/
.include <bsd.port.mk>