summaryrefslogtreecommitdiff
path: root/misc/php-calendar/Makefile
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
commit6a7f2fa6c72867cf5a751db0c33a7fbc77b0eaa1 (patch)
tree9eebc2a4ea3e6fa6c783e1abb83bc43228266985 /misc/php-calendar/Makefile
parent8b88bd9993d19501f7da51423d94ba699d1da60c (diff)
downloadpkgsrc-6a7f2fa6c72867cf5a751db0c33a7fbc77b0eaa1.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 'misc/php-calendar/Makefile')
-rw-r--r--misc/php-calendar/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/php-calendar/Makefile b/misc/php-calendar/Makefile
new file mode 100644
index 00000000000..bc34e5a2d8f
--- /dev/null
+++ b/misc/php-calendar/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $
+
+MODNAME= calendar
+CATEGORIES+= misc
+PKGREVISION= # empty
+COMMENT= PHP extension for calendar conversion support
+
+USE_BUILDLINK3= YES
+
+CONFIGURE_ARGS+= --enable-${MODNAME}
+
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"