diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 16:06:21 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 16:06:21 +0800 |
commit | 3715845a690cc7da3ad5ad014ebeccf8fe7cfbf0 (patch) | |
tree | cce5f6b7016c1d16de8d0f6fbc9ca646871cade9 | |
parent | 2c01c6ac9d7f046cc5169fb434bb370422e2e95a (diff) | |
download | freebsd-ports-gnome-3715845a690cc7da3ad5ad014ebeccf8fe7cfbf0.tar.gz freebsd-ports-gnome-3715845a690cc7da3ad5ad014ebeccf8fe7cfbf0.tar.zst freebsd-ports-gnome-3715845a690cc7da3ad5ad014ebeccf8fe7cfbf0.zip |
Add a new shared extension for PHP.
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/php4-curl/Makefile | 14 | ||||
-rw-r--r-- | ftp/php4-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 6114d8c243e7..67cb75d4b258 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -67,6 +67,7 @@ SUBDIR += pavuk SUBDIR += pftpd SUBDIR += php4-curl + SUBDIR += php4-ftp SUBDIR += proftpd SUBDIR += proftpd-mysql SUBDIR += profxp diff --git a/ftp/php4-curl/Makefile b/ftp/php4-curl/Makefile new file mode 100644 index 000000000000..d41004f301e6 --- /dev/null +++ b/ftp/php4-curl/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-curl +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile" diff --git a/ftp/php4-ftp/Makefile b/ftp/php4-ftp/Makefile new file mode 100644 index 000000000000..fcc77336e1f0 --- /dev/null +++ b/ftp/php4-ftp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-ftp +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -ftp + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/Makefile b/graphics/Makefile index b828bae782c5..c632a17f4e67 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -318,6 +318,7 @@ SUBDIR += pgplot SUBDIR += pho SUBDIR += photopc + SUBDIR += php4-exif SUBDIR += php4-gd SUBDIR += php5-gd SUBDIR += phplot |