c3cc7d33d2
Enhancements - Rewrote the Attribute Value Template code - new XPath compilation interfaces - dictionnary reuses for XSLT with potential for serious performance improvements. - Documentations: cleanup (John Fleck and William) - Python: patch for OS-X (Gianni Ceccarelli), enums export (Stephane bidoul) Fixes - portability (William Brack) - key() in node-set() results (William) - comment before doctype (William) - math and node-set() problems (William) - cdata element and default namespace (William) - behaviour on unknown XSLT elements (Stefan Kost) - priority of "//foo" patterns (William) - xsl:element and xsl:attribute QName check (William) - comments with -- (William) - attribute namespace (William) - check for ?> in PI (William)
31 lines
840 B
Makefile
31 lines
840 B
Makefile
# $NetBSD: Makefile,v 1.37 2004/02/17 16:47:22 jmmv Exp $
|
|
|
|
DISTNAME= libxslt-1.1.3
|
|
PKGNAME= ${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://xmlsoft.org/XSLT/
|
|
COMMENT= XSLT parser library from the GNOME project
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= yes
|
|
USE_PERL5= build
|
|
PKGCONFIG_OVERRIDE= libxslt.pc.in
|
|
PKGCONFIG_OVERRIDE+= libexslt.pc.in
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-libxml-prefix=${BUILDLINK_PREFIX.libxml2}
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
|
|
CONFIGURE_ARGS+= --without-python
|
|
|
|
TEST_TARGET= check
|
|
|
|
BUILDLINK_DEPENDS.libxml2+= libxml2>=2.6.5
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../lang/perl5/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|