1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/multiwatch/Makefile
Chris Rees 6d4ed6d81b No indefinite articles should be in COMMENT
Correct CFLAGS

Submitted by:	jhale
Feature safe:	yes
2012-10-29 14:55:55 +00:00

27 lines
514 B
Makefile

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