freebsd-ports/www/w3c-httpd/Makefile

30 lines
913 B
Makefile
Raw Normal View History

# New ports collection makefile for: w3c-httpd
# Version required: 3.0A
# Date created: 29 October 1994
# Whom: pst
#
# $Id: Makefile,v 1.14 1997/01/09 03:07:41 asami Exp $
#
DISTNAME= w3c-httpd-3.0A
CATEGORIES= www
MASTER_SITES= ftp://ftp.w3.org/pub/httpd/
MAINTAINER= pgiffuni@fps.biblos.unal.edu.co
NO_WRKSUBDIR= yes
WWW_ROOT= ${PREFIX}/www
do-install:
${MKDIR} ${WWW_ROOT}/data ${WWW_ROOT}/cgi-bin ${WWW_ROOT}/htbin
${CP} -R ${WRKSRC}/server_root/icons $(WWW_ROOT)
${CP} ${WRKSRC}/server_root/config/*.conf $(PREFIX)/etc
${INSTALL_PROGRAM} ${WRKSRC}/Daemon/freebsd/httpd ${PREFIX}/libexec
${INSTALL_PROGRAM} ${WRKSRC}/Daemon/freebsd/htadm ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/Daemon/freebsd/htimage ${WWW_ROOT}/htbin
${INSTALL_PROGRAM} ${WRKSRC}/Daemon/freebsd/cgiparse ${WWW_ROOT}/cgi-bin
${INSTALL_PROGRAM} ${WRKSRC}/Daemon/freebsd/cgiutils ${WWW_ROOT}/cgi-bin
.include <bsd.port.mk>