diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/php4-sysvshm/Makefile | 14 | ||||
-rw-r--r-- | devel/php4-tokenizer/Makefile | 14 | ||||
-rw-r--r-- | ftp/Makefile | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2526027c4db7..5165c12b7a0e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1042,6 +1042,7 @@ SUBDIR += php4-sysvmsg SUBDIR += php4-sysvsem SUBDIR += php4-sysvshm + SUBDIR += php4-tokenizer SUBDIR += php5-pcre SUBDIR += php5-pear SUBDIR += phptags diff --git a/devel/php4-sysvshm/Makefile b/devel/php4-sysvshm/Makefile new file mode 100644 index 000000000000..40da83f29233 --- /dev/null +++ b/devel/php4-sysvshm/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-sysvshm +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -sysvshm + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php4-tokenizer/Makefile b/devel/php4-tokenizer/Makefile new file mode 100644 index 000000000000..a78c29959662 --- /dev/null +++ b/devel/php4-tokenizer/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-tokenizer +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -tokenizer + +.include "${MASTERDIR}/Makefile" diff --git a/ftp/Makefile b/ftp/Makefile index 135b12aade2c..6114d8c243e7 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -66,6 +66,7 @@ SUBDIR += paraget SUBDIR += pavuk SUBDIR += pftpd + SUBDIR += php4-curl SUBDIR += proftpd SUBDIR += proftpd-mysql SUBDIR += profxp |