summaryrefslogtreecommitdiff
path: root/misc/php4-calendar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/php4-calendar/Makefile')
-rw-r--r--misc/php4-calendar/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/php4-calendar/Makefile b/misc/php4-calendar/Makefile
new file mode 100644
index 00000000000..a8ff66e53ab
--- /dev/null
+++ b/misc/php4-calendar/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 07:05:00 jlam Exp $
+
+.include "../../www/php4/Makefile.module"
+
+MODNAME= calendar
+CATEGORIES+= misc
+PHP_PKG_VERS= # empty
+COMMENT= PHP4 extension for calendar conversion support
+
+USE_BUILDLINK_ONLY= YES
+CONFIGURE_ARGS+= --enable-${MODNAME}
+
+.include "../../mk/bsd.pkg.mk"