ports/sysutils/gapcmon/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
376 B
Makefile

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
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>