diff options
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/php5-curl/Makefile | 14 | ||||
-rw-r--r-- | ftp/php5-ftp/Makefile | 14 | ||||
-rw-r--r-- | graphics/Makefile | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index b84536dd57ce..ab6d83014bad 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -69,6 +69,7 @@ SUBDIR += php4-curl SUBDIR += php4-ftp SUBDIR += php5-curl + SUBDIR += php5-ftp SUBDIR += proftpd SUBDIR += proftpd-mysql SUBDIR += profxp diff --git a/ftp/php5-curl/Makefile b/ftp/php5-curl/Makefile new file mode 100644 index 000000000000..d9da384a99f0 --- /dev/null +++ b/ftp/php5-curl/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-curl +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile" diff --git a/ftp/php5-ftp/Makefile b/ftp/php5-ftp/Makefile new file mode 100644 index 000000000000..341b2f4a47bf --- /dev/null +++ b/ftp/php5-ftp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-ftp +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -ftp + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/Makefile b/graphics/Makefile index 1ed6181c7f76..4dba04d15ef4 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -321,6 +321,7 @@ SUBDIR += php4-exif SUBDIR += php4-gd SUBDIR += php4-ming + SUBDIR += php5-exif SUBDIR += php5-gd SUBDIR += phplot SUBDIR += picturebook |