mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
30 lines
806 B
Makefile
30 lines
806 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: Makefile,v 1.2 1998/06/27 05:19:48 asami Exp $
|
|
#
|
|
|
|
DISTNAME= cgihtml-1.69
|
|
CATEGORIES= devel www
|
|
MASTER_SITES= ftp://ftp.eekim.com/pub/users/eekim/cgihtml/
|
|
|
|
MAINTAINER= i.vaudrey@bigfoot.com
|
|
|
|
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
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|