1998-06-14 12:38:56 +00:00
|
|
|
# New ports collection makefile for: cgihtml
|
|
|
|
# Date created: 3 Nov 1997
|
|
|
|
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
|
|
|
|
#
|
1999-08-31 02:43:35 +00:00
|
|
|
# $FreeBSD$
|
1998-06-14 12:38:56 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 00:07:29 +00:00
|
|
|
PORTNAME= cgihtml
|
|
|
|
PORTVERSION= 1.69
|
2000-10-04 06:40:08 +00:00
|
|
|
CATEGORIES= www devel
|
2000-09-28 22:25:07 +00:00
|
|
|
MASTER_SITES= ftp://hcs.harvard.edu/pub/web/tools/cgihtml/
|
1998-06-14 12:38:56 +00:00
|
|
|
|
2000-11-22 10:20:14 +00:00
|
|
|
MAINTAINER= roam@FreeBSD.org
|
1998-06-14 12:38:56 +00:00
|
|
|
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-06-15 17:12:51 +00:00
|
|
|
|
1998-06-14 12:38:56 +00:00
|
|
|
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>
|