head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.43;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.10.29.14.55.55;	author crees;	state Exp;
branches;
next	1.1;

1.1
date	2012.10.29.14.29.15;	author crees;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# $FreeBSD: head/www/multiwatch/Makefile 306617 2012-10-29 14:55:55Z crees $

PORTNAME=	multiwatch
PORTVERSION=	1.0.0
CATEGORIES=	www
MASTER_SITES=	http://download.lighttpd.net/multiwatch/releases-1.x/

MAINTAINER=	chris+freebsd@@chrullrich.net
COMMENT=	Spawn-fcgi helper for forking multiple workers

LIB_DEPENDS=	ev:${PORTSDIR}/devel/libev

GNU_CONFIGURE=	yes

MAN1=		multiwatch.1
USE_PKGCONFIG=	yes
USE_BZIP2=	yes
USE_GNOME=	_glib20

# Help configure find libev.
CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

PLIST_FILES=	bin/multiwatch

.include <bsd.port.mk>
@


1.2
log
@SVN rev 306617 on 2012-10-29 14:55:55Z by crees

No indefinite articles should be in COMMENT

Correct CFLAGS

Submitted by:	jhale
Feature safe:	yes
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@SVN rev 306615 on 2012-10-29 14:29:15Z by crees

Multiwatch forks multiple instance of one application and keeps them
running; it is made to be used with spawn-fcgi, so all forks share the same
fastcgi socket (no webserver restart needed if you increase/decrease the
number of forks), and it is easier than to setup multiple daemontool
supervised instances.

WWW: http://redmine.lighttpd.net/projects/multiwatch/wiki

PR:		ports/171518
Submitted by:	Christian Ullrich <chris+freebsd@@chrullrich.net>
Feature safe:	yes
@
text
@d9 1
a9 1
COMMENT=	A spawn-fcgi helper for forking multiple workers
d21 2
a22 2
CFLAGS+=	-I${PREFIX}/include
LDFLAGS+=	-L${PREFIX}/lib
@

