pkgsrc/www/fcgi/Makefile
drochner be81b75db5 update to 2.4.0
changes:
-bugfixes
-When closing connections, shutdown() the send side of TCP sockets to
    prevent a TCP RST from trashing the reciept of data on the client (when
    the client continues to send data to the application).
-some C++ API stuff
2003-07-26 15:29:05 +00:00

19 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.8 2003/07/26 15:29:05 drochner Exp $
DISTNAME= fcgi-2.4.0
CATEGORIES= www devel
MASTER_SITES= http://fastcgi.com/dist/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://fastcgi.com/
COMMENT= FastCGI application development kit
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
PTHREAD_OPTS+= require
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"