Update databases/mariadb105-server to version 10.5.17
[dports.git] / sysutils / xbattbar / Makefile
1 PORTNAME=       xbattbar
2 PORTVERSION=    1.4.2
3 PORTREVISION=   8
4 CATEGORIES=     sysutils
5 MASTER_SITES=   http://ftp.corbina.net/gentoo-distfiles/d6/     \
6                 https://ftp.fau.de/gentoo/distfiles/            \
7                 https://mirrors.mit.edu/gentoo-distfiles/distfiles/d6/
8
9 DISTNAME=       ${PORTNAME}_${PORTVERSION}
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Simple battery meter
13 WWW=            http://iplab.aist-nara.ac.jp/member/suguru/xbattbar.html
14
15 LICENSE=        GPLv2+
16 LICENSE_FILE=   ${WRKSRC}/COPYING
17
18 USES=           imake xorg
19 USE_XORG=       x11 xext
20 WRKSRC=         ${WRKDIR}/xbattbar-${PORTVERSION}
21 PLIST_FILES=    bin/xbattbar \
22                 man/man1/xbattbar.1.gz
23
24 .include <bsd.port.mk>