openbsd-ports/x11/gnome/doc-utils/Makefile
jasper 7af8f3fbb2 convert these gnome ports to use the new x11/gnome module.
this module is now mature enough to be used in new ports too.

feedback and ok martynas@
2007-07-05 22:50:10 +00:00

36 lines
896 B
Makefile

# $OpenBSD: Makefile,v 1.10 2007/07/05 22:50:10 jasper Exp $
COMMENT= collection of documentation utilities for the GNOME project
GNOME_PROJECT= gnome-doc-utils
GNOME_VERSION= 0.10.3
PKGNAME= ${DISTNAME}p1
CATEGORIES= textproc
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python \
x11/gnome
BUILD_DEPENDS= :py-libxml-*:textproc/libxml,-python \
:libxslt-*:textproc/libxslt \
:docbook-*:textproc/docbook
RUN_DEPENDS= :py-libxml-*:textproc/libxml,-python \
:libxslt-*:textproc/libxslt \
:scrollkeeper-*:textproc/scrollkeeper
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>