From 02536a41bf504a49bcdcbed0c56b19bcd6b3c7f8 Mon Sep 17 00:00:00 2001 From: jylefort Date: Thu, 11 May 2006 17:25:12 +0000 Subject: Move the libxml2 programming reference to the libxml2-reference port. --- textproc/libxml2-reference/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 textproc/libxml2-reference/Makefile (limited to 'textproc/libxml2-reference') 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" -- cgit