1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/www/multiwatch/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

30 lines
560 B
Makefile

# $FreeBSD$
PORTNAME= multiwatch
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://download.lighttpd.net/multiwatch/releases-1.x/
MAINTAINER= ports@FreeBSD.org
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>