2000-02-16 05:52:08 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2000/02/16 10:52:14 espie Exp $
|
2000-01-14 04:06:46 -05:00
|
|
|
|
|
|
|
DISTNAME= php-3.0.14
|
2000-02-01 10:19:14 -05:00
|
|
|
PKGNAME= php3-3.0.14
|
2000-01-14 04:06:46 -05:00
|
|
|
CATEGORIES= www lang
|
|
|
|
|
|
|
|
MAINTAINER= jakob@openbsd.org
|
|
|
|
|
|
|
|
MASTER_SITES= http://www.php.net/distributions/ \
|
|
|
|
http://us.php.net/distributions/ \
|
|
|
|
http://se.php.net/distributions/ \
|
|
|
|
http://no.php.net/distributions/
|
|
|
|
|
|
|
|
# This port current only works with archs supporting dynamic loading
|
|
|
|
ONLY_FOR_ARCHS= i386 m68k sparc mips
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-apxs=/usr/sbin/apxs
|
2000-01-14 23:48:02 -05:00
|
|
|
CONFIGURE_ARGS+= --without-pcre-regex \
|
|
|
|
--with-config-file-path=/var/www/conf
|
2000-01-14 04:06:46 -05:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/php3
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/php3
|
2000-02-16 05:52:08 -05:00
|
|
|
cp ${WRKSRC}/php3.ini-dist /var/www/conf/php3.ini
|
2000-01-14 04:06:46 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|