4fdb70ce2b
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS setting; successful build confirmed with both PHP 4.x and PHP 5.x
13 lines
326 B
Makefile
13 lines
326 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $
|
|
|
|
MODNAME= sysvshm
|
|
CATEGORIES+= devel
|
|
PKGREVISION= # empty
|
|
COMMENT= PHP extension for SysV shared memory support
|
|
|
|
USE_BUILDLINK3= YES
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|