diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-04 00:21:50 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-04 00:21:50 +0800 |
commit | 8ad05e0551cc766896d207c67e5b8afd2dc9512d (patch) | |
tree | 8f0b100052b0c0eda6e60b6d8dee9f7e27c55a9e | |
parent | 62cb9525d05c5cc373288f476c9098c13d27938b (diff) | |
download | marcuscom-ports-8ad05e0551cc766896d207c67e5b8afd2dc9512d.tar marcuscom-ports-8ad05e0551cc766896d207c67e5b8afd2dc9512d.tar.gz marcuscom-ports-8ad05e0551cc766896d207c67e5b8afd2dc9512d.tar.bz2 marcuscom-ports-8ad05e0551cc766896d207c67e5b8afd2dc9512d.tar.lz marcuscom-ports-8ad05e0551cc766896d207c67e5b8afd2dc9512d.tar.xz marcuscom-ports-8ad05e0551cc766896d207c67e5b8afd2dc9512d.tar.zst marcuscom-ports-8ad05e0551cc766896d207c67e5b8afd2dc9512d.zip |
This port contains the programming reference for textproc/libxml++26.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14011 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | textproc/libxml++26-reference/Makefile | 24 | ||||
-rw-r--r-- | textproc/libxml++26-reference/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/libxml++26-reference/pkg-plist | 4 |
3 files changed, 31 insertions, 0 deletions
diff --git a/textproc/libxml++26-reference/Makefile b/textproc/libxml++26-reference/Makefile new file mode 100644 index 000000000..8b36c25ea --- /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$ +# + +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" diff --git a/textproc/libxml++26-reference/pkg-descr b/textproc/libxml++26-reference/pkg-descr new file mode 100644 index 000000000..750f85f71 --- /dev/null +++ b/textproc/libxml++26-reference/pkg-descr @@ -0,0 +1,3 @@ +This port contains the programming reference for textproc/libxml++26. + +WWW: http://libxmlplusplus.sourceforge.net/ diff --git a/textproc/libxml++26-reference/pkg-plist b/textproc/libxml++26-reference/pkg-plist new file mode 100644 index 000000000..d3df5f039 --- /dev/null +++ b/textproc/libxml++26-reference/pkg-plist @@ -0,0 +1,4 @@ +%%PORTDOCS%%share/devhelp/books/libxml++-%%API_VERSION%%/libxml++-%%API_VERSION%%.devhelp2 +%%PORTDOCS%%@dirrmtry share/devhelp/books/libxml++-%%API_VERSION%% +%%PORTDOCS%%@dirrmtry share/devhelp/books +%%PORTDOCS%%@dirrmtry share/devhelp |