diff options
author | jlam <jlam> | 2002-01-01 03:48:14 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-01-01 03:48:14 +0000 |
commit | aaf8c5576a3acfcb0f77e1bc37b1e2dcc3d1e5e8 (patch) | |
tree | 93d89d7a37f0735e392549acce6de7e1b55b3494 /textproc/php4-xslt/Makefile | |
parent | 0bf9e09fefc9f2e56db75ee95ad7bef8561f30b0 (diff) | |
download | pkgsrc-aaf8c5576a3acfcb0f77e1bc37b1e2dcc3d1e5e8.tar.gz |
textproc/php4-xslt: PHP4 extension for XSLT functions (Sablotron backend)
PHP is a programming language designed to be embedded into web pages.
This module provides XSLT functions for PHP4. This module replaces
textproc/php4-sablot, which has been deprecated/removed.
Diffstat (limited to 'textproc/php4-xslt/Makefile')
-rw-r--r-- | textproc/php4-xslt/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile new file mode 100644 index 00000000000..5c9c90f3def --- /dev/null +++ b/textproc/php4-xslt/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/01 03:48:14 jlam Exp $ + +.include "../../www/php4/Makefile.module" + +MODNAME= xslt +CATEGORIES+= textproc +PKGREVISION= # empty +COMMENT= PHP4 extension for XSLT functions (Sablotron backend) + +USE_BUILDLINK_ONLY= YES +CONFIGURE_ARGS+= --enable-${MODNAME} +CONFIGURE_ARGS+= --with-${MODNAME}-sablot=shared,${BUILDLINK_DIR} +CONFIGURE_ARGS+= --with-expat-dir=shared,${BUILDLINK_DIR} + +# libsablot.so depends on libiconv.so, so just force the configure script +# to find it. +# +CONFIGURE_ENV+= ac_cv_lib_c_iconv_open=yes +CONFIGURE_ENV+= XSLT_SHARED_LIBADD="-liconv" +LIBS+= -liconv + +.include "../../textproc/sablotron/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |