mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
add xslt support
This commit is contained in:
parent
fcaeffa9bf
commit
326fa0d030
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78862
@ -22,4 +22,12 @@ HAS_CONFIGURE= yes
|
|||||||
CONFIGURE_SCRIPT= configure.pl
|
CONFIGURE_SCRIPT= configure.pl
|
||||||
INSTALLS_SHLIB= yes
|
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>
|
.include <bsd.port.mk>
|
||||||
|
@ -7,15 +7,15 @@ include/xmlwrapp/init.h
|
|||||||
include/xmlwrapp/node.h
|
include/xmlwrapp/node.h
|
||||||
include/xmlwrapp/tree_parser.h
|
include/xmlwrapp/tree_parser.h
|
||||||
include/xmlwrapp/xmlwrapp.h
|
include/xmlwrapp/xmlwrapp.h
|
||||||
include/xsltwrapp/xsltwrapp.h
|
|
||||||
include/xsltwrapp/stylesheet.h
|
|
||||||
include/xsltwrapp/init.h
|
|
||||||
@dirrm include/xmlwrapp
|
@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.a
|
||||||
lib/libxmlwrapp.so
|
lib/libxmlwrapp.so
|
||||||
lib/libxmlwrapp.so.4
|
lib/libxmlwrapp.so.4
|
||||||
lib/libxsltwrapp.a
|
%%XSLT%%lib/libxsltwrapp.a
|
||||||
lib/libxsltwrapp.so
|
%%XSLT%%lib/libxsltwrapp.so
|
||||||
lib/libxsltwrapp.so.1
|
%%XSLT%%lib/libxsltwrapp.so.1
|
||||||
lib/pkgconfig/xmlwrapp.pc
|
lib/pkgconfig/xmlwrapp.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user