1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/www/cgihtml/Makefile
Peter Pentchev 1e0b59eff5 Mark FORBIDDEN due to multiple vulnerabilities reported on Bugtraq.
Update MASTER_SITES and the pkg-descr WWW: seems cgihtml has found a new home.
2003-01-22 07:21:43 +00:00

36 lines
909 B
Makefile

# New ports collection makefile for: cgihtml
# Date created: 3 Nov 1997
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
#
# $FreeBSD$
#
PORTNAME= cgihtml
PORTVERSION= 1.69
PORTREVISION= 1
CATEGORIES= www devel
MASTER_SITES= http://www.eekim.com/software/cgihtml/cgihtml.tar.gz \
ftp://www.eekim.com/pub/users/eekim/cgihtml/ \
ftp://hcs.harvard.edu/pub/web/tools/cgihtml/
FORBIDDEN= Multiple vulnerabilities, see http://online.securityfocus.com/archive/1/305469
MAINTAINER= roam@FreeBSD.org
INSTALLS_SHLIB= yes
post-extract:
@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.dist
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/cgihtml/html
.for file in CHANGES CREDITS
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cgihtml
.endfor
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${PREFIX}/share/doc/cgihtml/html
.endif
.include <bsd.port.mk>