summaryrefslogtreecommitdiff
path: root/www/w3c-httpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/w3c-httpd/Makefile')
-rw-r--r--www/w3c-httpd/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile
deleted file mode 100644
index 8998c1fe38a1..000000000000
--- a/www/w3c-httpd/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: cern_httpd
-# Version required: 3.0 / 2.17
-# Date created: 29 October 1994
-# Whom: pst
-#
-# $Id: Makefile,v 1.5 1995/04/22 12:29:38 asami Exp $
-#
-
-DISTNAME= WWW
-PKGNAME= cern_httpd-3.0
-DISTFILES= WWWDaemon_3.0.tar.Z WWWLibrary_2.17.tar.Z
-MASTER_SITES= ftp://www0.cern.ch/pub/www/src/
-CATEGORIES+= networking
-
-WWW_ROOT= ${PREFIX}/www
-
-do-install:
- -mkdir ${WWW_ROOT} \
- ${WWW_ROOT}/data ${WWW_ROOT}/cgi-bin ${WWW_ROOT}/htbin
- cd ${WRKSRC}/server_root; pax -rw * ${WWW_ROOT}
- install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${WRKSRC}/Daemon/unix/httpd ${PREFIX}/libexec
- install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${WRKSRC}/Daemon/unix/htadm ${PREFIX}/bin
- install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${WRKSRC}/Daemon/unix/htimage ${WWW_ROOT}/htbin
- install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${WRKSRC}/Daemon/unix/cgiparse ${WWW_ROOT}/cgi-bin
- install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${WRKSRC}/Daemon/unix/cgiutils ${WWW_ROOT}/cgi-bin
-
-.include <bsd.port.mk>