1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/sysutils/xbattbar/Makefile
Munechika SUMIKAWA 05c69e1751 Xbattbar shows the current (laptop) battery status in the X window
environment. The battery indicator of this program is very simple: a simple
bar in the bottom of your display. With its color, it indicates the
AC-line status (plugged in or off-line), and buttery
charging/remaining level.

WWW: http://infonet.aist-nara.ac.jp/member/suguru/xbattbar.html
2000-02-20 17:00:33 +00:00

22 lines
444 B
Makefile

# New ports collection makefile for: xbattbar
# Version required: 1.3
# Date created: Fri Feb 18 10:05:12 JST 2000
# Whom: sumikawa
#
# $FreeBSD$
#
DISTNAME= xbattbar_1.3
PKGNAME= xbattbar-1.3
CATEGORIES= sysutils
MASTER_SITES= http://infonet.aist-nara.ac.jp/member/suguru/
MAINTAINER= sumikawa@FreeBSD.org
USE_IMAKE= yes
USE_X11_PREFIX= yes
WRKSRC= ${WRKDIR}/xbattbar
MAN1= xbattbar.1
.include <bsd.port.mk>