8572e2517c
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
17 lines
415 B
Makefile
17 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:55 joerg Exp $
|
|
|
|
MODNAME= ftp
|
|
CATEGORIES+= net
|
|
COMMENT= PHP extension for FTP access
|
|
|
|
CONFLICTS= php-ftp-[0-9]*
|
|
|
|
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"
|