opnsense-ports/sysutils/wmbluecpu/Makefile
2022-09-07 22:33:21 +02:00

21 lines
501 B
Makefile

PORTNAME= wmbluecpu
PORTVERSION= 0.4
PORTREVISION= 4
CATEGORIES= sysutils windowmaker
MASTER_SITES= SUNSITE/X11/xutils
MAINTAINER= benjsc@FreeBSD.org
COMMENT= CPU monitoring dockapp
WWW= http://misuceldestept.go.ro/wmbluecpu/
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>