Tweak www/multiwatch version 1.0.0
[dports.git] / www / multiwatch / Makefile
1 # $FreeBSD: www/multiwatch/Makefile 316355 2013-04-23 14:20:25Z bapt $
2
3 PORTNAME=       multiwatch
4 PORTVERSION=    1.0.0
5 CATEGORIES=     www
6 MASTER_SITES=   http://download.lighttpd.net/multiwatch/releases-1.x/
7
8 MAINTAINER=     chris+freebsd@chrullrich.net
9 COMMENT=        Spawn-fcgi helper for forking multiple workers
10
11 LIB_DEPENDS=    ev:${PORTSDIR}/devel/libev
12
13 GNU_CONFIGURE=  yes
14
15 MAN1=           multiwatch.1
16 USES=           pkgconfig
17 USE_BZIP2=      yes
18 USE_GNOME=      _glib20
19
20 # Help configure find libev.
21 CFLAGS+=        -I${LOCALBASE}/include
22 LDFLAGS+=       -L${LOCALBASE}/lib
23
24 PLIST_FILES=    bin/multiwatch
25
26 .include <bsd.port.mk>