52c1980501
individual PHP extension packages with either PHP 4.x or PHP 5.x convert existing php4-* packages to this framework and import as php-*
13 lines
317 B
Makefile
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"
|