diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 16:18:06 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 16:18:06 +0800 |
commit | 9b0276ca34137fd723ecf6324328efd26509f9ac (patch) | |
tree | 5ef5ccf89795a2cbf739ab68bbe64861b0d1f800 /misc | |
parent | d6556a1cc3ef4a5948bebad4fdaae6d2c111d9e0 (diff) | |
download | freebsd-ports-gnome-9b0276ca34137fd723ecf6324328efd26509f9ac.tar.gz freebsd-ports-gnome-9b0276ca34137fd723ecf6324328efd26509f9ac.tar.zst freebsd-ports-gnome-9b0276ca34137fd723ecf6324328efd26509f9ac.zip |
Add a new shared extension for PHP.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/php4-calendar/Makefile | 14 | ||||
-rw-r--r-- | misc/php4-mcal/Makefile | 14 |
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" |