blob: d9f18300ee0c85acfe69b8852057f583893f2a1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $FreeBSD$
PORTNAME= multiwatch
PORTVERSION= 1.0.0
PORTREVISION= 1
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
USES= pkgconfig
USE_BZIP2= yes
USE_GNOME= glib20
# Help configure find libev.
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/multiwatch
NO_STAGE= yes
.include <bsd.port.mk>
|