1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/sysutils/xbatt/Makefile
Niclas Zeising 428fac4e1c Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:17:53 +00:00

20 lines
430 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@FreeBSD.org
COMMENT= Laptop battery status display for X11
ONLY_FOR_ARCHS= amd64 i386
USES= imake:noman xorg
USE_XORG= ice sm x11 xaw xext xmu xpm xt
PLIST_FILES= "@(,operator,2755) bin/xbatt"
.include <bsd.port.mk>