1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/multiwatch/Makefile

29 lines
541 B
Makefile

# $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>