blob: 8a0a205720a81fcff5d7fe4ccd240713ece5fd6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xbatt
# Date created: 2 May 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $FreeBSD$
#
PORTNAME= xbatt
PORTVERSION= 1.2.1
CATEGORIES= sysutils
MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/
MAINTAINER= nobu@psrc.isac.co.jp
COMMENT= Laptop battery status display for X11
ONLY_FOR_ARCHS= i386
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
|