mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
31 lines
697 B
Makefile
31 lines
697 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
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= ftp://hcs.harvard.edu/pub/web/tools/cgihtml/
|
|
|
|
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>
|