diff options
author | tron <tron@pkgsrc.org> | 2002-06-24 19:32:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-06-24 19:32:08 +0000 |
commit | 601d9dce20e37b8f380a8cb19de3b1e627bc9f98 (patch) | |
tree | 6f16535dac24b045f01248fe726fb3202a9f5b6d /www/fcgi/Makefile | |
parent | b5ce3a7715a2b5e7b9f23108790bb016bb8b04e4 (diff) | |
download | pkgsrc-601d9dce20e37b8f380a8cb19de3b1e627bc9f98.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/Makefile | 18 |
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" |