Files
ports/sysutils/xbattbar/Makefile
T
Eugene Grosbein 91e0bd3437 Undelete sysutils/xbattbar providing live distfile sources.
Requested by:	Nick Kostirya
2021-01-01 05:02:59 +00:00

27 lines
571 B
Makefile

# Created by: sumikawa
# $FreeBSD$
PORTNAME= xbattbar
PORTVERSION= 1.4.2
PORTREVISION= 8
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= ports@FreeBSD.org
COMMENT= Simple battery meter
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= imake
USE_XORG= x11 xext
WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION}
PLIST_FILES= bin/xbattbar \
man/man1/xbattbar.1.gz
.include <bsd.port.mk>