2007-01-18 14:09:03 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2007/01/18 19:09:03 jasper Exp $
|
2006-06-17 12:49:40 -04:00
|
|
|
|
|
|
|
COMMENT= "collection of documentation utilities for the GNOME project"
|
|
|
|
|
2007-01-18 14:09:03 -05:00
|
|
|
DISTNAME= gnome-doc-utils-0.6.1
|
2006-06-17 12:49:40 -04:00
|
|
|
CATEGORIES= x11/gnome textproc
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnome.org
|
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-doc-utils/0.6/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MODULES= lang/python
|
|
|
|
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \
|
2006-10-30 06:21:53 -05:00
|
|
|
:py-libxml-*:textproc/libxml,-python \
|
2006-06-19 01:06:11 -04:00
|
|
|
:libxslt-*:textproc/libxslt
|
2006-10-30 06:21:53 -05:00
|
|
|
RUN_DEPENDS= :py-libxml-*:textproc/libxml,-python \
|
2006-06-19 01:06:11 -04:00
|
|
|
:libxslt-*:textproc/libxslt
|
2006-06-17 12:49:40 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= PYTHON=${MODPY_BIN}
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py ${PREFIX}/share/xml2po
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|