963854440c
It simplifies the handling of the XML and SMGL catalog It brings a big of consistency by always specifying the catalog path absolute instead of mixing absolute and relative path. The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing Reviewed by: hrs Differential Revision: https://reviews.freebsd.org/D6539
30 lines
909 B
Makefile
30 lines
909 B
Makefile
# Created by: fenner
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/textproc/gtk-doc/Makefile 19804 2014-08-13 14:55:11Z kwm $
|
|
|
|
PORTNAME= gtk-doc
|
|
PORTVERSION= 1.24
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Code documentation system, originally for GTK+
|
|
|
|
BUILD_DEPENDS= jade:textproc/jade \
|
|
itstool:textproc/itstool \
|
|
docbook-xml>0:textproc/docbook-xml \
|
|
${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \
|
|
rarian-sk-config:textproc/rarian
|
|
RUN_DEPENDS= jade:textproc/jade \
|
|
docbook-xml>0:textproc/docbook-xml \
|
|
${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \
|
|
rarian-sk-config:textproc/rarian
|
|
|
|
DOCBOOK_VERSION= 4.1.2
|
|
|
|
USES= gmake gettext-tools pathfix perl5 pkgconfig python tar:xz
|
|
USE_GNOME= gnomeprefix libxslt
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-xml-catalog=${LOCALBASE}/share/xml/catalog.ports
|
|
|
|
.include <bsd.port.mk>
|