ajacoutot ea93efd05f Remove hardcoded HOMEPAGE and use the one from the x11/gnome MODULE
instead. It is just too hard to maintain a coherent list of still
reachable homepages for GNOME projects so use wiki.gnome.org which is
the entry point for *all* GNOME apps.
2013-09-28 08:50:34 +00:00

48 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.64 2013/09/28 08:51:15 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
REVISION= 2
CATEGORIES= textproc
# (L)GPLv2
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/python \
x11/gnome
BUILD_DEPENDS= devel/gettext \
textproc/docbook \
textproc/libxml,-python \
textproc/libxslt \
textproc/rarian
RUN_DEPENDS= devel/gettext \
textproc/docbook \
textproc/libxml,-python \
textproc/libxslt \
misc/gnugetopt \
sysutils/ggrep
# convenient dependency: provides the scrollkeeper-* tools
RUN_DEPENDS += textproc/rarian
AUTOCONF_VERSION=2.67
CONFIGURE_STYLE=autoconf no-autoheader
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>