mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
22 lines
407 B
Makefile
22 lines
407 B
Makefile
# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xbatt
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 1
|
|
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
|
|
USE_XORG= xpm xaw
|
|
NO_INSTALL_MANPAGES= yes
|
|
PLIST_FILES= bin/xbatt
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|