mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
216b5a285f
PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
24 lines
378 B
Makefile
24 lines
378 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gapcmon
|
|
PORTVERSION= 0.8.9
|
|
PORTREVISION= 4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Monitor apcupsd with GTK+2 GUI
|
|
|
|
LICENSE= GPLv2
|
|
|
|
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>
|