freebsd-ports/www/cgihtml/Makefile

32 lines
824 B
Makefile
Raw Normal View History

# Created by: Ian Vaudrey <i.vaudrey@bigfoot.com>
1999-08-31 04:43:35 +02:00
# $FreeBSD$
PORTNAME= cgihtml
2001-02-05 16:33:58 +01:00
PORTVERSION= 1.69
PORTREVISION= 3
CATEGORIES= www devel
MASTER_SITES= http://www.eekim.com/software/cgihtml/ \
ftp://www.eekim.com/pub/users/eekim/cgihtml/ \
ftp://hcs.harvard.edu/pub/web/tools/cgihtml/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library that simplifies the task of writing CGI programs in C
USE_LDCONFIG= yes
2014-07-05 01:11:33 +02:00
OPTIONS_DEFINE= DOCS
post-extract:
2014-07-05 01:11:33 +02:00
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.dist
${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgihtml.so
2014-06-11 16:53:17 +02:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
.for file in CHANGES CREDITS
2014-06-11 16:53:17 +02:00
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
2014-06-11 16:53:17 +02:00
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR}/html
.include <bsd.port.mk>