summaryrefslogtreecommitdiff
path: root/www/ap2-transform/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-05-30 13:27:16 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-05-30 13:27:16 +0000
commit63bf039abba032e72625e817d6ff9df0dab14dec (patch)
tree090fc21df2a8dd24d91a28ddb53e745ca0b84e56 /www/ap2-transform/Makefile
parentd843dafef85498a806cfda5055205084b46a9ddf (diff)
downloadpkgsrc-63bf039abba032e72625e817d6ff9df0dab14dec.tar.gz
Initial import of ap2-transform-0.4.0.
mod_transform is a filter module that allows Apache 2.0 to do dynamic XSL Transformations on either static XML documents, or XML documents generated from another Apache module or CGI program.
Diffstat (limited to 'www/ap2-transform/Makefile')
-rw-r--r--www/ap2-transform/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/ap2-transform/Makefile b/www/ap2-transform/Makefile
new file mode 100644
index 00000000000..11631d22a50
--- /dev/null
+++ b/www/ap2-transform/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/30 13:27:16 xtraeme Exp $
+#
+
+DISTNAME= mod_transform-0.4.0
+PKGNAME= ${DISTNAME:S/mod_/ap2-/}
+CATEGORIES= www
+MASTER_SITES= http://www.outoforder.cc/downloads/mod_transform/
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://www.outoforder.cc/projects/apache/mod_transform/
+COMMENT= Filter module for Apache 2.0 to do dynamic XSL transformations
+
+USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --with-apxs=${APXS}
+
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../www/apache2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"