aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xbattbar/Makefile
blob: ae9900a30bf70b6a88c6700c0fcc8e19b931a5c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: sumikawa
# $FreeBSD$

PORTNAME=   xbattbar
PORTVERSION=    1.4.2
PORTREVISION=   7
CATEGORIES= sysutils
MASTER_SITES=   http://iplab.aist-nara.ac.jp/member/suguru/
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Simple battery meter

LICENSE=    GPLv2+
LICENSE_FILE=   ${WRKSRC}/COPYING

BROKEN=     unfetchable

USES=       imake
USE_XORG=   x11 xext
WRKSRC=     ${WRKDIR}/xbattbar-${PORTVERSION}
PLIST_FILES=    bin/xbattbar \
        man/man1/xbattbar.1.gz

.include <bsd.port.mk>