freebsd-ports/textproc/gnome-doc-utils/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

32 lines
1,023 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/textproc/gnome-doc-utils/Makefile 19009 2014-03-02 22:41:42Z kwm $
PORTNAME= gnome-doc-utils
PORTVERSION= 0.20.10
PORTREVISION= 4
CATEGORIES= textproc gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME doc utils
BUILD_DEPENDS= rarian-sk-config:textproc/rarian \
${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2
RUN_DEPENDS= rarian-sk-config:textproc/rarian \
${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2 \
docbook-xml>0:textproc/docbook-xml
USES= gettext-tools:build,run gmake pathfix pkgconfig python:2 tar:xz
USE_GNOME= libxslt intlhack
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-install:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}/xml2po
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}/xml2po/modes
.include <bsd.port.mk>