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
|
2001-02-05 15:33:58 +00:00
|
|
|
PORTVERSION= 1.69
|
2003-10-27 12:18:06 +00:00
|
|
|
PORTREVISION= 2
|
2000-10-04 06:40:08 +00:00
|
|
|
CATEGORIES= www devel
|
2003-07-08 06:22:41 +00:00
|
|
|
MASTER_SITES= http://www.eekim.com/software/cgihtml/ \
|
2003-01-22 07:21:43 +00:00
|
|
|
ftp://www.eekim.com/pub/users/eekim/cgihtml/ \
|
|
|
|
ftp://hcs.harvard.edu/pub/web/tools/cgihtml/
|
|
|
|
|
2000-11-22 10:20:14 +00:00
|
|
|
MAINTAINER= roam@FreeBSD.org
|
2003-10-27 12:18:06 +00:00
|
|
|
COMMENT= Library that simplifies the task of writing CGI programs in C
|
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>
|