diff options
Diffstat (limited to 'net/php-ftp/Makefile')
-rw-r--r-- | net/php-ftp/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/php-ftp/Makefile b/net/php-ftp/Makefile new file mode 100644 index 00000000000..5d59dcc4956 --- /dev/null +++ b/net/php-ftp/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $ + +MODNAME= ftp +PKGREVISION= # empty +CATEGORIES+= net +COMMENT= PHP extension for FTP access + +USE_BUILDLINK3= YES + +CONFIGURE_ARGS+= --enable-${MODNAME} + +# adjust so that the pkg gets built with SSL support +LIBS+= -lssl -lcrypto +CFLAGS+= -DHAVE_OPENSSL_EXT + +.include "../../lang/php/ext.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |