diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-28 13:28:45 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-28 13:28:45 +0000 |
commit | a4a237bd233656af1a2b0de21886ac2344cc5e1b (patch) | |
tree | 1d455b2f8a83be8a98745c6613abae3b2a106e51 /www/apache2/Makefile | |
parent | Add "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>
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r-- | www/apache2/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile new file mode 100644 index 000000000000..257743ec768c --- /dev/null +++ b/www/apache2/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> |