Files
ports/sysutils/xcpustate/Makefile
T
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

29 lines
654 B
Makefile

# Created by: David O'Brien <obrien@cs.ucdavis.edu>
# $FreeBSD$
PORTNAME= xcpustate
PORTVERSION= 2.9
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://ftp.cs.toronto.edu/pub/jdd/xcpustate/
EXTRACT_SUFX= .shar
MAINTAINER= ports@FreeBSD.org
COMMENT= System monitoring utility graphically showing cpu load and status
EXTRACT_CMD= ${SH}
EXTRACT_BEFORE_ARGS= # none
EXTRACT_AFTER_ARGS= # none
NO_WRKSUBDIR= yes
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xt
PLIST_FILES= "@(,kmem,2555) bin/${PORTNAME}" man/man1/${PORTNAME}.1.gz
post-patch:
@${REINPLACE_CMD} 's/InstKmemFlags/InstBinFlags/' ${WRKSRC}/Imakefile
.include <bsd.port.mk>