summaryrefslogtreecommitdiff
path: root/www/php3/Makefile
diff options
context:
space:
mode:
authorcjs <cjs@pkgsrc.org>1998-07-24 00:18:03 +0000
committercjs <cjs@pkgsrc.org>1998-07-24 00:18:03 +0000
commitc994d550f7bb503bcb806ba7b85ffa429ed58c17 (patch)
treef56a43ebd4d8e86713522408334373fd69cbbc5f /www/php3/Makefile
parentac1591c0d0163c9be3de1d00cf0df9502abd6b02 (diff)
downloadpkgsrc-c994d550f7bb503bcb806ba7b85ffa429ed58c17.tar.gz
Initial go at a package for a php3 apache module.
Diffstat (limited to 'www/php3/Makefile')
-rw-r--r--www/php3/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile
new file mode 100644
index 00000000000..1e5aaf42a0b
--- /dev/null
+++ b/www/php3/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 1998/07/24 00:18:03 cjs 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
+
+#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"