summaryrefslogtreecommitdiff
path: root/sysutils/gapcmon/Makefile
blob: 9600fcb0777f9a11879b5bfed5ad7e6ec03f6d0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $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>