summaryrefslogtreecommitdiff
path: root/textproc/libxml++26-reference/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libxml++26-reference/Makefile')
-rw-r--r--textproc/libxml++26-reference/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/libxml++26-reference/Makefile b/textproc/libxml++26-reference/Makefile
new file mode 100644
index 000000000000..98ea3b9e2bf8
--- /dev/null
+++ b/textproc/libxml++26-reference/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: libxml++26-reference
+# Date created: 03 April 2010
+# Whom: Alexander Logvinov <avl@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/textproc/libxml++26-reference/Makefile,v 1.1 2010/04/03 16:21:50 avl Exp $
+#
+
+PORTREVISION= 0
+
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libxml++-2.6.pc:${PORTSDIR}/textproc/libxml++26 \
+ ${LOCALBASE}/share/glibmm-2.4/doctool/doc-install.pl:${PORTSDIR}/devel/glibmm-reference
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+DOCSDIR= ${PREFIX}/share/doc/libxml++-2.6
+
+do-install:
+.if !defined(NOPORTDOCS)
+ @cd ${WRKSRC} && ${GMAKE} install-data-local install-dist_referenceDATA
+.endif
+
+.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"