2000-02-20 18:00:33 +01:00
|
|
|
# New ports collection makefile for: xbattbar
|
|
|
|
# Date created: Fri Feb 18 10:05:12 JST 2000
|
|
|
|
# Whom: sumikawa
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= xbattbar
|
2001-02-06 18:32:01 +01:00
|
|
|
PORTVERSION= 1.4.2
|
2009-06-09 17:33:28 +02:00
|
|
|
PORTREVISION= 6
|
2000-02-20 18:00:33 +01:00
|
|
|
CATEGORIES= sysutils
|
2001-06-07 08:06:16 +02:00
|
|
|
MASTER_SITES= http://iplab.aist-nara.ac.jp/member/suguru/
|
2000-04-16 06:14:12 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
2000-02-20 18:00:33 +01:00
|
|
|
|
|
|
|
MAINTAINER= sumikawa@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Simple battery meter
|
2000-02-20 18:00:33 +01:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
USE_IMAKE= yes
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= x11 xext
|
2000-12-26 07:59:19 +01:00
|
|
|
WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION}
|
2000-02-20 18:00:33 +01:00
|
|
|
MAN1= xbattbar.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/xbattbar
|
2000-02-20 18:00:33 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|