blob: 48a1be9da4bac1d2bd09c5bc44c5f8b36a2d4530 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# 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>
|