diff options
Diffstat (limited to 'www/fcgi/Makefile')
-rw-r--r-- | www/fcgi/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile new file mode 100644 index 000000000000..2ed1394ebccf --- /dev/null +++ b/www/fcgi/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: fcgi-devkit +# Version required: 2.1 +# Date created: 13 May 1999 +# Whom: kbyanc +# +# $Id$ +# + +DISTNAME= fcgi-devkit-2.1 +CATEGORIES= www +MASTER_SITES= http://fastcgi.idle.com/dist/ + +MAINTAINER= kbyanc@alcnet.com + +MAN1= cgi-fcgi.1 +MAN3= FCGI_Accept.3 FCGI_Finish.3 FCGI_SetExitStatus.3 FCGI_StartFilterData.3 + +USE_PERL5= yes +GNU_CONFIGURE= yes + +post-install: + @rm -f ${PREFIX}/fcgi-devkit/libfcgi/os_unix.c.orig \ + ${PREFIX}/fcgi-devkit/Makefile.in.orig + +.include <bsd.port.mk> |