freebsd-ports/sysutils/xbattbar/Makefile
Baptiste Daroussin 8238621927 Support stage
2013-12-27 19:15:24 +00:00

20 lines
423 B
Makefile

# Created by: sumikawa
# $FreeBSD$
PORTNAME= xbattbar
PORTVERSION= 1.4.2
PORTREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= http://iplab.aist-nara.ac.jp/member/suguru/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= Simple battery meter
USES= imake
USE_XORG= x11 xext
WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION}
PLIST_FILES= bin/xbattbar \
man/man1/xbattbar.1.gz
.include <bsd.port.mk>