freebsd-ports/sysutils/wmbsdbatt/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

23 lines
496 B
Makefile

# Created by: Josef El-Rayes <josef@FreeBSD.org>
# $FreeBSD$
PORTNAME= wmbsdbatt
PORTVERSION= 0.1
PORTREVISION= 4
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://homepage.univie.ac.at/l.ertl/wmbsdbatt/files/
MAINTAINER= xride@FreeBSD.org
COMMENT= Dockapp for battery & temperature monitoring through ACPI
BROKEN= unfetchable
USES= xorg
USE_XORG= x11 xpm
PLIST_FILES= bin/wmbsdbatt
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmbsdbatt ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>