blob: 4ae2e00728f54347a181faac0e399d2c38caad34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
# $FreeBSD$
PORTNAME= xbatt
PORTVERSION= 1.2.1
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/
MAINTAINER= ports@FreeBSD.org
COMMENT= Laptop battery status display for X11
ONLY_FOR_ARCHS= i386 amd64
USES= imake:noman
USE_XORG= xpm xaw
PLIST_FILES= "@(,operator,2755) bin/xbatt"
.include <bsd.port.mk>
|