freebsd-ports/www/multiwatch/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

29 lines
563 B
Makefile

# $FreeBSD$
PORTNAME= multiwatch
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://download.lighttpd.net/multiwatch/releases-1.x/
MAINTAINER= chris@chrullrich.net
COMMENT= Spawn-fcgi helper for forking multiple workers
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libev.so:devel/libev
GNU_CONFIGURE= yes
USES= pkgconfig tar:bzip2
USE_GNOME= glib20
# Help configure find libev.
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/multiwatch \
man/man1/multiwatch.1.gz
.include <bsd.port.mk>