all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
19 lines
486 B
Makefile
19 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/06/02 18:28:01 joerg Exp $
|
|
|
|
MODNAME= eaccelerator
|
|
PECL_VERSION= 0.9.5beta2
|
|
PECL_DISTNAME= ${MODNAME}-0.9.5-beta2
|
|
CATEGORIES+= sysutils
|
|
COMMENT= PHP accelerator, optimizer, encoder and dynamic content cache
|
|
|
|
CONFLICTS= php-eaccelator-[0-9]
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eaccelerator/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jdolecek@NetBSD.org
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|