summaryrefslogtreecommitdiff
path: root/net/php4-ftp/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-16 07:06:52 +0000
committerjlam <jlam@pkgsrc.org>2001-10-16 07:06:52 +0000
commitbfe6b3499474f5f5e75b8f47b9f80a3edf43a4a1 (patch)
treec7254d41c84efb2ee2c9b292382339385b341de2 /net/php4-ftp/Makefile
parent83d91b4a2b8c730b0f8e4fad9d55789ff342224f (diff)
downloadpkgsrc-bfe6b3499474f5f5e75b8f47b9f80a3edf43a4a1.tar.gz
net/php4-ftp: PHP4 extension for FTP access
This version is from the php-4.0.6 distribution.
Diffstat (limited to 'net/php4-ftp/Makefile')
-rw-r--r--net/php4-ftp/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/php4-ftp/Makefile b/net/php4-ftp/Makefile
new file mode 100644
index 00000000000..0c556e2501b
--- /dev/null
+++ b/net/php4-ftp/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 07:06:52 jlam Exp $
+
+.include "../../www/php4/Makefile.module"
+
+MODNAME= ftp
+CATEGORIES+= net
+PHP_PKG_VERS= # empty
+COMMENT= PHP4 extension for FTP access
+
+USE_BUILDLINK_ONLY= YES
+CONFIGURE_ARGS+= --enable-${MODNAME}
+
+.include "../../mk/bsd.pkg.mk"