1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/cgihtml/Makefile
Justin M. Seger 884e75e94d Import of a port of cgihtml:
Cgihtml is a C library that simplifies the task of parsing World Wide Web
(WWW) Common Gateway Interface (CGI) input and outputting HyperText Markup
Language (HTML). Tasks which would normally require many lines of C can be
reduced to just a few.

PR:		ports/4933
Submitted by:	i.vaudrey@bigfoot.com
1998-06-14 12:38:56 +00:00

31 lines
706 B
Makefile

# New ports collection makefile for: cgihtml
# Version required: 1.69
# Date created: 3 Nov 1997
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
#
# $Id$
#
DISTNAME= cgihtml-1.69
CATEGORIES= devel www
MASTER_SITES= ftp://ftp.eekim.com/users/eekim/cgihtml/
MAINTAINER= i.vaudrey@bigfoot.com
NO_CONFIGURE= 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>