blob: d004feb030369ff97c57bfbed1f6a8882633b266 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:31 tsarna Exp $
#
# Notes:
#
# This package is configured to work with the NetBSD apache-1.3 package
# And the NetBSD mysql package.
#
# 1. Downloading the distribution from http://ca.php.net/distributions/
# works with netscape, but not with our FTP client or when done by
# hand. I've sent a message to webmaster@php.org about this.
#
# 2. The DEPENDS line still needs to be done. I (cjs) am not entirely
# certain of how to go about this.
#
DISTNAME= php-3.0.2a
PKGNAME= php-3.0.2a
CATEGORIES= www
MASTER_SITES= http://ca.php.net/distributions/
MAINTAINER= cjs@netbsd.org
HOMEPAGE= http://www.php.net/
#DEPENDS+= perl,apache1.3,mysql
CONFIGURE_ARGS+=--with-apxs --with-mysql=/usr/pkg --with-system-regex --enable-track-vars
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"
|