opnsense-ports/sysutils/gapcmon/Makefile
Franco Fichtner c9798a7233 */*: sync with upstream
Taken from: HardenedBSD
2017-09-27 18:40:03 +02:00

25 lines
402 B
Makefile

# $FreeBSD$
PORTNAME= gapcmon
PORTVERSION= 0.8.9
PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= jhale@FreeBSD.org
COMMENT= Monitor apcupsd with GTK+2 GUI
LICENSE= GPLv2
USE_HARDENING= pie:off
SUB_FILES= pkg-message
USE_GNOME= gconf2
USES= pkgconfig gmake tar:bzip2
USE_XORG= x11
GNU_CONFIGURE= yes
LIBS+= -L${LOCALBASE}/lib -lX11
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>