From 601d9dce20e37b8f380a8cb19de3b1e627bc9f98 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 24 Jun 2002 19:32:08 +0000 Subject: Import new "fcgi" package: FastCGI application development kit This package is based on the contribution made by Eric Gillespie Jr. in PR pkg/14633. --- www/fcgi/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 www/fcgi/Makefile (limited to 'www/fcgi/Makefile') 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" -- cgit v1.2.3