summaryrefslogtreecommitdiff
path: root/lang/php/ext.mk
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-31 19:30:29 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-31 19:30:29 +0000
commit52c19805011b2d8d525f4d2a6c01cf961940d9aa (patch)
tree9eebc2a4ea3e6fa6c783e1abb83bc43228266985 /lang/php/ext.mk
parent0ed49ace1ff1fc3ca3ff39742f593ac63c9a9c81 (diff)
downloadpkgsrc-52c19805011b2d8d525f4d2a6c01cf961940d9aa.tar.gz
new PHP extension module framework, which makes it possible to build
individual PHP extension packages with either PHP 4.x or PHP 5.x convert existing php4-* packages to this framework and import as php-*
Diffstat (limited to 'lang/php/ext.mk')
-rw-r--r--lang/php/ext.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/php/ext.mk b/lang/php/ext.mk
new file mode 100644
index 00000000000..d9883819eba
--- /dev/null
+++ b/lang/php/ext.mk
@@ -0,0 +1,13 @@
+# $NetBSD: ext.mk,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $
+# PHP wrapper, for module builds
+
+.if !defined(PHPEXT_MK)
+PHPEXT_MK= defined
+
+.include "../../lang/php/phpversion.mk"
+
+.if (defined(USE_BUILDLINK3) && empty(USE_BUILDLINK3:M[nN][oO]))
+. include "${PHPPKGSRCDIR}/Makefile.module"
+.endif
+
+.endif # PHPEXT_MK