1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

add xslt support

This commit is contained in:
Ying-Chieh Liao 2003-04-13 10:37:17 +00:00
parent fcaeffa9bf
commit 326fa0d030
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78862
2 changed files with 15 additions and 7 deletions

View File

@ -22,4 +22,12 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.pl
INSTALLS_SHLIB= yes
.if defined(WITH_XSLT)
LIB_DEPENDS+= xslt.1:${PORTSDIR}/textproc/libxslt
PLIST_SUB+= XSLT=""
.else
CONFIGURE_ARGS+= --disable-xslt
PLIST_SUB+= XSLT="@comment "
.endif
.include <bsd.port.mk>

View File

@ -7,15 +7,15 @@ include/xmlwrapp/init.h
include/xmlwrapp/node.h
include/xmlwrapp/tree_parser.h
include/xmlwrapp/xmlwrapp.h
include/xsltwrapp/xsltwrapp.h
include/xsltwrapp/stylesheet.h
include/xsltwrapp/init.h
@dirrm include/xmlwrapp
@dirrm include/xsltwrapp
%%XSLT%%include/xsltwrapp/xsltwrapp.h
%%XSLT%%include/xsltwrapp/stylesheet.h
%%XSLT%%include/xsltwrapp/init.h
%%XSLT%%@dirrm include/xsltwrapp
lib/libxmlwrapp.a
lib/libxmlwrapp.so
lib/libxmlwrapp.so.4
lib/libxsltwrapp.a
lib/libxsltwrapp.so
lib/libxsltwrapp.so.1
%%XSLT%%lib/libxsltwrapp.a
%%XSLT%%lib/libxsltwrapp.so
%%XSLT%%lib/libxsltwrapp.so.1
lib/pkgconfig/xmlwrapp.pc