diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-05-12 01:25:12 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-05-12 01:25:12 +0800 |
commit | 02536a41bf504a49bcdcbed0c56b19bcd6b3c7f8 (patch) | |
tree | 4d809bec5d66ba7bc911119764e654e7116026ca /textproc/libxml2-reference | |
parent | 7312c33d516565c130893102927f93ab9a056e44 (diff) | |
download | freebsd-ports-gnome-02536a41bf504a49bcdcbed0c56b19bcd6b3c7f8.tar.gz freebsd-ports-gnome-02536a41bf504a49bcdcbed0c56b19bcd6b3c7f8.tar.zst freebsd-ports-gnome-02536a41bf504a49bcdcbed0c56b19bcd6b3c7f8.zip |
Move the libxml2 programming reference to the libxml2-reference port.
Diffstat (limited to 'textproc/libxml2-reference')
-rw-r--r-- | textproc/libxml2-reference/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/libxml2-reference/Makefile b/textproc/libxml2-reference/Makefile new file mode 100644 index 000000000000..2d3f11258a0e --- /dev/null +++ b/textproc/libxml2-reference/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +BUILD_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../libxml2:configure + +PARENT_WRKSRC!= cd ${.CURDIR}/../libxml2 && ${MAKE} -V WRKSRC +EXTRACT_ONLY= +USE_GMAKE= yes + +EXAMPLES= testHTML.c testSAX.c testXPath.c xmllint.c +PLIST_FILES= ${EXAMPLES:S|^|%%EXAMPLESDIR%%/|} +PLIST_DIRS= %%EXAMPLESDIR%% + +do-install: +.for d in . doc doc/devhelp doc/examples + @cd ${PARENT_WRKSRC}/${d} && ${GMAKE} install-data-local +.endfor + +.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" |