aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xbattbar/Makefile
blob: 305876d8e94854d3251f64f06e1dedc47abaeecd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    xbattbar
# Date created:     Fri Feb 18 10:05:12 JST 2000
# Whom:                 sumikawa
#
# $FreeBSD$
#

PORTNAME=   xbattbar
PORTVERSION=    1.4.2
PORTREVISION=   2
CATEGORIES= sysutils
MASTER_SITES=   http://iplab.aist-nara.ac.jp/member/suguru/
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= sumikawa@FreeBSD.org
COMMENT=    Simple battery meter

ONLY_FOR_ARCHS= i386

USE_IMAKE=  yes
USE_X_PREFIX=   yes
WRKSRC=     ${WRKDIR}/xbattbar-${PORTVERSION}
MAN1=       xbattbar.1
PLIST_FILES=    bin/xbattbar

.include <bsd.port.mk>