mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
968827e1c7
Approved by: portmgr (blanket)
30 lines
662 B
Makefile
30 lines
662 B
Makefile
PORTNAME= multiwatch
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://download.lighttpd.net/multiwatch/releases-1.x/
|
|
|
|
MAINTAINER= chris@chrullrich.net
|
|
COMMENT= Spawn-fcgi helper for forking multiple workers
|
|
WWW= https://redmine.lighttpd.net/projects/multiwatch/wiki
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libev.so:devel/libev
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
USES= gnome pkgconfig tar:bzip2
|
|
USE_GNOME= glib20
|
|
|
|
# Help configure find libev.
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_FILES= bin/multiwatch \
|
|
share/man/man1/multiwatch.1.gz
|
|
|
|
.include <bsd.port.mk>
|