summaryrefslogtreecommitdiff
path: root/www/fcgi/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-09 01:43:06 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-09 01:43:06 +0000
commitf05ecefc5e02a7774cc5712bc24ecbf6a3bbef9d (patch)
treee52e5a04151a87d3ad6fe81f4c92f58276a04f33 /www/fcgi/Makefile
parentInitial import of squirm version 1.0b. (diff)
Initial import of fcgi-devkit version 2.1.
The FastCGI development kit. PR: 11699 Submitted by: Kelly Yancey <kbyanc@alcnet.com>
Notes
Notes: svn path=/head/; revision=19364
Diffstat (limited to 'www/fcgi/Makefile')
-rw-r--r--www/fcgi/Makefile25
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>