diff options
Diffstat (limited to 'textproc/libxslt-reference/Makefile')
-rw-r--r-- | textproc/libxslt-reference/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/libxslt-reference/Makefile b/textproc/libxslt-reference/Makefile new file mode 100644 index 000000000000..a06482576a49 --- /dev/null +++ b/textproc/libxslt-reference/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +BUILD_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../libxslt:configure + +PARENT_WRKSRC!= cd ${.CURDIR}/../libxslt && ${MAKE} -V WRKSRC +EXTRACT_ONLY= +USE_GMAKE= yes + +do-install: + @cd ${PARENT_WRKSRC}/doc && ${GMAKE} install-data-local + +.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" |