freebsd-ports/www/spawn-fcgi/Makefile
Doug Barton 9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00

31 lines
583 B
Makefile

# New ports collection makefile for: spawn-fcgi
# Date created: 17 Mar 2009
# Whom: genserg@hotmail.com
#
# $FreeBSD$
#
PORTNAME= spawn-fcgi
PORTVERSION= 1.6.3
CATEGORIES= www
MASTER_SITES= http://www.lighttpd.net/download/
MAINTAINER= genserg@hotmail.com
COMMENT= spawn-fcgi is used to spawn fastcgi applications
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= spawn-fcgi
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= spawn-fcgi.1
PLIST_FILES= bin/spawn-fcgi
.include <bsd.port.pre.mk>
SUB_LIST+= REQUIRE="DAEMON"
.include <bsd.port.post.mk>