diff options
author | dirk <dirk@FreeBSD.org> | 2001-02-25 21:25:26 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-02-25 21:25:26 +0000 |
commit | 9fcb5db0895a2fa38b08cd5040d123a103f9f7e1 (patch) | |
tree | 17d810be5ad913b9a347179f55dcad007ef2fdcd /lang | |
parent | 31bc3cfe03cf03b3445fe9acce200e5694c275f3 (diff) | |
download | FreeBSD-ports-9fcb5db0895a2fa38b08cd5040d123a103f9f7e1.zip FreeBSD-ports-9fcb5db0895a2fa38b08cd5040d123a103f9f7e1.tar.gz |
Add new standalone php4 port as a slave port of www/mod_php4.
Based upon work by: Alastair D'Silva <deece@familyhealth.com.au>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile | 19 | ||||
-rw-r--r-- | lang/php5/Makefile | 19 | ||||
-rw-r--r-- | lang/php53/Makefile | 19 |
3 files changed, 57 insertions, 0 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile new file mode 100644 index 0000000..7d164f7 --- /dev/null +++ b/lang/php4/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: php4 +# Date created: 20 February, 2001 +# Whom: Alastair D'Silva <deece@newmillennium.net.au> +# +# $FreeBSD$ +# + +PORTNAME= php4 +CATEGORIES= lang + +MASTERDIR= ${.CURDIR}/../../www/mod_php4 +COMMENT= ${PKGDIR}/pkg-comment.standalone +PKGMESSAGE= mustnotexist +PLIST= ${PKGDIR}/pkg-plist.standalone + +STANDALONE= yes +NOPORTDOCS= yes + +.include "${MASTERDIR}/Makefile" diff --git a/lang/php5/Makefile b/lang/php5/Makefile new file mode 100644 index 0000000..7d164f7 --- /dev/null +++ b/lang/php5/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: php4 +# Date created: 20 February, 2001 +# Whom: Alastair D'Silva <deece@newmillennium.net.au> +# +# $FreeBSD$ +# + +PORTNAME= php4 +CATEGORIES= lang + +MASTERDIR= ${.CURDIR}/../../www/mod_php4 +COMMENT= ${PKGDIR}/pkg-comment.standalone +PKGMESSAGE= mustnotexist +PLIST= ${PKGDIR}/pkg-plist.standalone + +STANDALONE= yes +NOPORTDOCS= yes + +.include "${MASTERDIR}/Makefile" diff --git a/lang/php53/Makefile b/lang/php53/Makefile new file mode 100644 index 0000000..7d164f7 --- /dev/null +++ b/lang/php53/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: php4 +# Date created: 20 February, 2001 +# Whom: Alastair D'Silva <deece@newmillennium.net.au> +# +# $FreeBSD$ +# + +PORTNAME= php4 +CATEGORIES= lang + +MASTERDIR= ${.CURDIR}/../../www/mod_php4 +COMMENT= ${PKGDIR}/pkg-comment.standalone +PKGMESSAGE= mustnotexist +PLIST= ${PKGDIR}/pkg-plist.standalone + +STANDALONE= yes +NOPORTDOCS= yes + +.include "${MASTERDIR}/Makefile" |