From 9a1cd992e7820a320b93fdc2a9edd4aaf3fe1f7b Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 19 Jul 2004 08:06:21 +0000 Subject: Add a new shared extension for PHP. --- ftp/Makefile | 1 + ftp/php4-curl/Makefile | 14 ++++++++++++++ ftp/php4-ftp/Makefile | 14 ++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 ftp/php4-curl/Makefile create mode 100644 ftp/php4-ftp/Makefile (limited to 'ftp') 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 +# +# $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 +# +# $FreeBSD$ +# + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -ftp + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3