aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2-reference
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-05-11 17:25:12 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-05-11 17:25:12 +0000
commit3fb5ddd6926e5e435a9218f23685ca01b091fc90 (patch)
tree2cadec736fac6d7761c9aa8d113ff3b674b5b365 /textproc/libxml2-reference
parente6da2502c556fad1a749327dabb13621713bb191 (diff)
downloadports-3fb5ddd6926e5e435a9218f23685ca01b091fc90.tar.gz
ports-3fb5ddd6926e5e435a9218f23685ca01b091fc90.zip
Notes
Diffstat (limited to 'textproc/libxml2-reference')
-rw-r--r--textproc/libxml2-reference/Makefile18
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"