pkgsrc/net/php-sockets/Makefile
jdolecek 52c1980501 new PHP extension module framework, which makes it possible to build
individual PHP extension packages with either PHP 4.x or PHP 5.x

convert existing php4-* packages to this framework and import as php-*
2004-10-31 19:30:29 +00:00

13 lines
317 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $
MODNAME= sockets
CATEGORIES+= net
PKGREVISION= # empty
COMMENT= PHP extension for sockets support
USE_BUILDLINK3= YES
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"