blob: e1ecf448e7cfd737a03a0875c844609a688275eb (
plain)
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
PORTNAME= xbattbar
PORTVERSION= 1.4.2
PORTREVISION= 8
CATEGORIES= sysutils
MASTER_SITES= http://ftp.corbina.net/gentoo-distfiles/d6/ \
https://ftp.fau.de/gentoo/distfiles/ \
https://mirrors.mit.edu/gentoo-distfiles/distfiles/d6/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple battery meter
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= imake xorg
USE_XORG= x11 xext
WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION}
PLIST_FILES= bin/xbattbar \
man/man1/xbattbar.1.gz
.include <bsd.port.mk>
|