freebsd-ports/sysutils/xbattbar/Makefile

21 lines
423 B
Makefile
Raw Normal View History

# Created by: sumikawa
# $FreeBSD$
PORTNAME= xbattbar
2001-02-06 18:32:01 +01:00
PORTVERSION= 1.4.2
PORTREVISION= 7
CATEGORIES= sysutils
2001-06-07 08:06:16 +02:00
MASTER_SITES= http://iplab.aist-nara.ac.jp/member/suguru/
2000-04-16 06:14:12 +02:00
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= Simple battery meter
USES= imake
USE_XORG= x11 xext
2000-12-26 07:59:19 +01:00
WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION}
2013-12-27 20:15:24 +01:00
PLIST_FILES= bin/xbattbar \
man/man1/xbattbar.1.gz
.include <bsd.port.mk>