a9e061798a
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now
17 lines
433 B
Makefile
17 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.9 2002/10/14 06:21:10 martti Exp $
|
|
|
|
MODNAME= session
|
|
CATEGORIES+= devel
|
|
PKGREVISION= # empty
|
|
COMMENT= PHP4 extension for session-handling
|
|
|
|
USE_BUILDLINK2= YES
|
|
|
|
.include "../../www/php4/Makefile.module"
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}
|
|
CONFIGURE_ARGS+= --enable-trans-sid
|
|
#CONFIGURE_ARGS+= --with-mm=shared,${BUILDLINK_DIR}
|
|
|
|
#.include "../../devel/libmm/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|