summaryrefslogtreecommitdiff
path: root/net/php4-ftp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/php4-ftp/Makefile')
-rw-r--r--net/php4-ftp/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/net/php4-ftp/Makefile b/net/php4-ftp/Makefile
deleted file mode 100644
index 3c7c8eb0792..00000000000
--- a/net/php4-ftp/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2004/04/25 00:18:14 xtraeme Exp $
-
-MODNAME= ftp
-PKGREVISION= # empty
-CATEGORIES+= net
-COMMENT= PHP4 extension for FTP access
-
-USE_BUILDLINK3= YES
-
-.include "../../www/php4/Makefile.module"
-
-CONFIGURE_ARGS+= --enable-${MODNAME}
-
-# adjust so that the pkg gets built with SSL support
-LIBS+= -lssl -lcrypto
-CFLAGS+= -DHAVE_OPENSSL_EXT
-
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"