View | Details | Raw Unified | Return to bug 230056
Collapse All | Expand All

(-)sysutils/xbatt/Makefile (-3 / +3 lines)
Lines 1-19 Link Here
1
# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1
# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xbatt
4
PORTNAME=	xbatt
5
PORTVERSION=	1.2.1
5
PORTVERSION=	1.2.1
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://www.clave.gr.jp/~eto/xbatt/
8
MASTER_SITES=	http://www.clave.gr.jp/~eto/xbatt/
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Laptop battery status display for X11
11
COMMENT=	Laptop battery status display for X11
12
12
13
ONLY_FOR_ARCHS=	i386 amd64
13
ONLY_FOR_ARCHS=	amd64 i386
14
14
15
USES=		imake:noman
15
USES=		imake:noman
16
USE_XORG=	xpm xaw
16
USE_XORG=	ice sm x11 xaw xext xmu xpm xt
17
PLIST_FILES=	"@(,operator,2755) bin/xbatt"
17
PLIST_FILES=	"@(,operator,2755) bin/xbatt"
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>

Return to bug 230056