aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:18:06 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:18:06 +0000
commita3ff63690bcc8ecfc6f9cb9d32a29c38d417b7f3 (patch)
treed6f65a5a1ffd00e04840d5658ee17c7c80eb2899 /misc
parentb3e2a3505ff62b1e0cf9873c44b2790c5daa79da (diff)
downloadports-a3ff63690bcc8ecfc6f9cb9d32a29c38d417b7f3.tar.gz
ports-a3ff63690bcc8ecfc6f9cb9d32a29c38d417b7f3.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/php4-calendar/Makefile14
-rw-r--r--misc/php4-mcal/Makefile14
3 files changed, 29 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 4d153e6eb435..0815beef13ea 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -322,6 +322,7 @@
SUBDIR += peq
SUBDIR += pg
SUBDIR += php4-calendar
+ SUBDIR += php4-mcal
SUBDIR += phraze
SUBDIR += pinfo
SUBDIR += pointless
diff --git a/misc/php4-calendar/Makefile b/misc/php4-calendar/Makefile
new file mode 100644
index 000000000000..ff1dd33a7dda
--- /dev/null
+++ b/misc/php4-calendar/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-calendar
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= misc
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -calendar
+
+.include "${MASTERDIR}/Makefile"
diff --git a/misc/php4-mcal/Makefile b/misc/php4-mcal/Makefile
new file mode 100644
index 000000000000..a208c841334a
--- /dev/null
+++ b/misc/php4-mcal/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-mcal
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= misc
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -mcal
+
+.include "${MASTERDIR}/Makefile"