summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:06:21 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:06:21 +0000
commit9a1cd992e7820a320b93fdc2a9edd4aaf3fe1f7b (patch)
tree5d1d965d5cc0c0d9d630b656688dfdb3b7b72fdf /ftp
parentAdd a new shared extension for PHP. (diff)
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=114035
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/php4-curl/Makefile14
-rw-r--r--ftp/php4-ftp/Makefile14
3 files changed, 29 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"