70684ca2b6
Future lighttpd releases will not include this internally. @conflict markers as appropriate.
23 lines
466 B
Makefile
23 lines
466 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/16 17:10:36 sthen Exp $
|
|
|
|
COMMENT= spawn FastCGI processes
|
|
|
|
DISTNAME= spawn-fcgi-1.6.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.lighttpd.net/download/
|
|
|
|
HOMEPAGE= http://redmine.lighttpd.net/projects/spawn-fcgi/news
|
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|