summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-31 21:28:51 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-31 21:28:51 +0000
commitac09227971b743f81772dfc3af7dcb6aae00a1af (patch)
tree47f0891fea91c4284fa38eec43f515a2d53fc8bb
parentec3c63fd71dfc2c9f23fabb09d3854f0ada4ea4d (diff)
downloadpkgsrc-ac09227971b743f81772dfc3af7dcb6aae00a1af.tar.gz
convert to use lang/php/ext.mk, tho these packages are PHP4-only
(moved to PECL or replaced by different extensions in 5.x)
-rw-r--r--archivers/php4-zip/Makefile5
-rw-r--r--print/php4-pdflib/Makefile5
-rw-r--r--textproc/php4-domxml/Makefile5
-rw-r--r--textproc/php4-xslt/Makefile5
4 files changed, 12 insertions, 8 deletions
diff --git a/archivers/php4-zip/Makefile b/archivers/php4-zip/Makefile
index 558c2b241f9..4f21556f485 100644
--- a/archivers/php4-zip/Makefile
+++ b/archivers/php4-zip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/04/24 23:13:57 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/31 21:28:51 jdolecek Exp $
MODNAME= zip
CATEGORIES+= archivers
@@ -7,7 +7,8 @@ COMMENT= PHP4 extension for ZIP archive handling
USE_BUILDLINK3= YES
-.include "../../www/php4/Makefile.module"
+PHP_VERSION_REQD= 4
+.include "../../lang/php/ext.mk"
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
diff --git a/print/php4-pdflib/Makefile b/print/php4-pdflib/Makefile
index bc50e123ca1..2033b05a9ab 100644
--- a/print/php4-pdflib/Makefile
+++ b/print/php4-pdflib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/07/06 19:52:01 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2004/10/31 21:28:51 jdolecek Exp $
MODNAME= pdf
PKGNAME= php-pdflib-${PHP_BASE_VERS}
@@ -8,7 +8,8 @@ COMMENT= PHP4 extension for PDFlib on-the-fly PDF generation
USE_BUILDLINK3= YES
-.include "../../www/php4/Makefile.module"
+PHP_VERSION_REQD= 4
+.include "../../lang/php/ext.mk"
CONFIGURE_ARGS+= --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib}
CONFIGURE_ARGS+= --with-jpeg-dir=shared,${BUILDLINK_PREFIX.jpeg}
diff --git a/textproc/php4-domxml/Makefile b/textproc/php4-domxml/Makefile
index 92239a53450..475973047b6 100644
--- a/textproc/php4-domxml/Makefile
+++ b/textproc/php4-domxml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/07/06 19:52:01 jdolecek Exp $
+# $NetBSD: Makefile,v 1.19 2004/10/31 21:28:51 jdolecek Exp $
MODNAME= domxml
CATEGORIES+= textproc
@@ -7,7 +7,8 @@ COMMENT= PHP4 extension for DOM support
USE_BUILDLINK3= YES
-.include "../../www/php4/Makefile.module"
+PHP_VERSION_REQD= 4
+.include "../../lang/php/ext.mk"
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_PREFIX.libxml2}
CONFIGURE_ARGS+= --with-dom=shared,${BUILDLINK_PREFIX.libxml2}
diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile
index 35c155ee6ae..114cc35d6cf 100644
--- a/textproc/php4-xslt/Makefile
+++ b/textproc/php4-xslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/07/12 04:32:21 jdolecek Exp $
+# $NetBSD: Makefile,v 1.13 2004/10/31 21:28:51 jdolecek Exp $
MODNAME= xslt
CATEGORIES+= textproc
@@ -7,7 +7,8 @@ COMMENT= PHP4 extension for XSLT functions (Sablotron backend)
USE_BUILDLINK3= YES
-.include "../../www/php4/Makefile.module"
+PHP_VERSION_REQD= 4
+.include "../../lang/php/ext.mk"
CONFIGURE_ARGS+= --enable-${MODNAME}
CONFIGURE_ARGS+= --with-${MODNAME}-sablot=${BUILDLINK_PREFIX.sablotron}