mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
1cc6292222
- Add missing dependencies - Pass maintainership to submitter - Bump PORTREVISION PR: 230056 Submitted by: Vinícius Zavam <egypcio@googlemail.com> Sponsored by: Rubicon Communications, LLC (Netgate)
20 lines
428 B
Makefile
20 lines
428 B
Makefile
# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xbatt
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/
|
|
|
|
MAINTAINER= egypcio@googlemail.com
|
|
COMMENT= Laptop battery status display for X11
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
USES= imake:noman
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
PLIST_FILES= "@(,operator,2755) bin/xbatt"
|
|
|
|
.include <bsd.port.mk>
|