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
523 B
Makefile
23 lines
523 B
Makefile
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmbluecpu
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= sysutils windowmaker
|
|
MASTER_SITES= SUNSITE/X11/xutils
|
|
|
|
MAINTAINER= benjsc@FreeBSD.org
|
|
COMMENT= CPU monitoring dockapp
|
|
|
|
USES= tar:bzip2 xorg
|
|
USE_XORG= xpm
|
|
|
|
post-patch:
|
|
@${CP} ${FILESDIR}/cpu_freebsd.* ${WRKSRC}
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|