mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
1c6ed8eca3
With hat: portmgr
20 lines
374 B
Makefile
20 lines
374 B
Makefile
# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xbatt
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
USES= imake:noman
|
|
USE_XORG= xpm xaw
|
|
PLIST_FILES= bin/xbatt
|
|
|
|
.include <bsd.port.mk>
|