b5acf00f81
that this is built from the php-4.1.2 sources.
14 lines
336 B
Makefile
14 lines
336 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/02/28 06:17:54 jlam Exp $
|
|
|
|
MODNAME= sysvshm
|
|
CATEGORIES+= devel
|
|
PKGREVISION= # empty
|
|
COMMENT= PHP4 extension for SysV shared memory support
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
|
|
.include "../../www/php4/Makefile.module"
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|