summaryrefslogtreecommitdiff
path: root/www/apache20/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-08-28 13:28:45 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-08-28 13:28:45 +0000
commita4a237bd233656af1a2b0de21886ac2344cc5e1b (patch)
tree1d455b2f8a83be8a98745c6613abae3b2a106e51 /www/apache20/Makefile
parentAdd "NO_MTREE=yes", this port sets PREFIX=/usr/local/Minerva. :< (diff)
Port of the APACHE web server.
Submitted by: "Eric L. Hernes" <erich@lodgenet.com>
Notes
Notes: svn path=/head/; revision=2123
Diffstat (limited to 'www/apache20/Makefile')
-rw-r--r--www/apache20/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile
new file mode 100644
index 000000000000..257743ec768c
--- /dev/null
+++ b/www/apache20/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: apache
+# Version required: 08.11
+# Date created: Fri Aug 25 16:42:36 CDT 1995
+# Whom: erich@rrnet.com
+#
+# $Id$
+#
+
+DISTNAME= apache_0.8.11
+PKGNAME= apache-0.8.11
+CATEGORIES+= networking
+MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pub/WWW/apache/
+
+.include <bsd.port.mk>