summaryrefslogtreecommitdiff
path: root/www/fcgi/Makefile
diff options
context:
space:
mode:
authortron <tron>2002-06-24 19:32:08 +0000
committertron <tron>2002-06-24 19:32:08 +0000
commit6f80d71b0f5a55e0aca32413343c8b9c3f4ac807 (patch)
tree6f16535dac24b045f01248fe726fb3202a9f5b6d /www/fcgi/Makefile
parent0675190e924deb8136086aeaffe16d3b9cec39f4 (diff)
downloadpkgsrc-6f80d71b0f5a55e0aca32413343c8b9c3f4ac807.tar.gz
Import new "fcgi" package: FastCGI application development kit
This package is based on the contribution made by Eric Gillespie Jr. in PR pkg/14633.
Diffstat (limited to 'www/fcgi/Makefile')
-rw-r--r--www/fcgi/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile
new file mode 100644
index 00000000000..88e0870fc61
--- /dev/null
+++ b/www/fcgi/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/24 19:32:08 tron Exp $
+
+DISTNAME= fcgi-2.2.2
+CATEGORIES= www devel
+MASTER_SITES= http://fastcgi.com/dist/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://fastcgi.com/
+COMMENT= FastCGI application development kit
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
+USE_LIBTOOL= YES
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../devel/pth/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"