25 lines
606 B
Makefile
25 lines
606 B
Makefile
PORTNAME= xbattbar
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 9
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://ftp.corbina.net/gentoo-distfiles/d6/ \
|
|
https://ftp.fau.de/gentoo/distfiles/ \
|
|
https://mirrors.mit.edu/gentoo-distfiles/distfiles/d6/
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
COMMENT= Simple battery meter
|
|
WWW= http://iplab.aist-nara.ac.jp/member/suguru/xbattbar.html
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11 xext
|
|
WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION}
|
|
PLIST_FILES= bin/xbattbar \
|
|
share/man/man1/xbattbar.1.gz
|
|
|
|
.include <bsd.port.mk>
|