d833c7ea56
* Move most of Makefile logic into ../php4/Makefile.common. * Move patches and files into ../php4. * Depend on php-4.0.3pl1. The version number bump was necessary as php4 conflicts with the old ap-php4-4.0.3pl1 package.
20 lines
478 B
Makefile
20 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.3 2000/12/17 09:26:08 jlam Exp $
|
|
|
|
.include "../../www/php4/Makefile.common"
|
|
|
|
PKGNAME= ap-${DISTNAME}nb1
|
|
CATEGORIES+= www lang
|
|
|
|
MAINTAINER= jdolecek@netbsd.org
|
|
HOMEPAGE= http://www.php.net/
|
|
|
|
DEPENDS+= php-${PHP_VERS}:../../www/php4
|
|
DEPENDS+= apache>=1.3:../../www/apache
|
|
|
|
CONFIGURE_ARGS+= --with-apxs=${LOCALBASE}/sbin/apxs
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/.libs/libphp4.so \
|
|
${PREFIX}/lib/httpd/mod_php4.so
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|