forked from Lainports/freebsd-ports
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.
23 lines
496 B
Makefile
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>
|