1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/fcgi/Makefile
Steve Price 4416197424 General cleanup. The biggest change is to only install the core C
development kit ant not the (now out-of-date) other language bindings.

PR:		19168
Submitted by:	maintainer
2000-07-10 01:54:57 +00:00

36 lines
844 B
Makefile

# New ports collection makefile for: fcgi-devkit
# Date created: 13 May 1999
# Whom: kbyanc
#
# $FreeBSD$
#
PORTNAME= fcgi-devkit
PORTVERSION= 2.1
CATEGORIES= www
MASTER_SITES= http://www.fastcgi.com/dist/
MAINTAINER= kbyanc@posi.net
MAN1= cgi-fcgi.1
MAN3= FCGI_Accept.3 FCGI_Finish.3 FCGI_SetExitStatus.3 \
FCGI_StartFilterData.3
USE_PERL5= yes
GNU_CONFIGURE= yes
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
.for i in fastcgi-prog-guide fastcgi-whitepaper
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}/$i
cd ${WRKSRC}/doc/$i && \
${INSTALL_DATA} * ${PREFIX}/share/doc/${PORTNAME}/$i
@if [ -f ${PREFIX}/share/doc/${PORTNAME}/$i/Makefile ]; then \
${RM} ${PREFIX}/share/doc/${PORTNAME}/$i/Makefile; \
fi
.endfor
.endif
.include <bsd.port.mk>