1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/gapcmon/Makefile
Niclas Zeising 428fac4e1c Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:17:53 +00:00

24 lines
389 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
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>