aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xbatt/Makefile
blob: 1b8b07126f24cd7ac04e22ae93c66d7bcf4f148c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
# $FreeBSD$

PORTNAME=	xbatt
PORTVERSION=	1.2.1
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://www.clave.gr.jp/~eto/xbatt/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Laptop battery status display for X11

ONLY_FOR_ARCHS=	i386

USES=		imake
USE_XORG=	xpm xaw
NO_INSTALL_MANPAGES=	yes
PLIST_FILES=	bin/xbatt

NO_STAGE=	yes
.include <bsd.port.mk>