opnsense-ports/sysutils/gapcmon/Makefile
Franco Fichtner b16a4ce2b6 */*: sync with upstream
Taken from: HardenedBSD
2019-11-07 22:33:11 +01:00

25 lines
413 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
USES= pkgconfig gmake gnome tar:bzip2 xorg
USE_GNOME= gconf2
USE_XORG= x11
GNU_CONFIGURE= yes
LIBS+= -L${LOCALBASE}/lib -lX11
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>