037960749c
remove rarian-sk-update from PLIST ; it is only a wrapper that does noting: librarian takes care of everything now. discussed with jasper@
38 lines
879 B
Makefile
38 lines
879 B
Makefile
# $OpenBSD: Makefile,v 1.21 2009/03/14 10:40:52 ajacoutot Exp $
|
|
|
|
COMMENT= collection of documentation utilities for the GNOME project
|
|
|
|
GNOME_PROJECT= gnome-doc-utils
|
|
GNOME_VERSION= 0.14.2
|
|
PKGNAME= ${DISTNAME}p3
|
|
|
|
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
|
|
RUN_DEPENDS= ::devel/gettext \
|
|
:py-libxml-*:textproc/libxml,-python \
|
|
:libxslt-*:textproc/libxslt,-python \
|
|
::textproc/rarian
|
|
|
|
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>
|