- don't try to lookup a nonexistent string in an array to provide a text version of intr/idle - fix muddled-up cpu time types due to reordering - stack 'spin' time ont the cpu display (in cyan)
30 lines
508 B
Makefile
30 lines
508 B
Makefile
# $OpenBSD: Makefile,v 1.19 2018/06/01 14:20:19 sthen Exp $
|
|
|
|
ONLY_FOR_ARCHS= ${APM_ARCHS}
|
|
|
|
COMMENT= simple system monitor bar
|
|
|
|
DISTNAME= xstatbar-0.5
|
|
REVISION= 9
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
|
|
CATEGORIES= sysutils x11
|
|
|
|
HOMEPAGE= http://www.ryanflannery.net/hacking/xstatbar/
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += X11 Xau Xdmcp Xext Xrender c m
|
|
|
|
MASTER_SITES= ${HOMEPAGE}files/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
ALL_TARGET= # empty
|
|
NO_TEST= Yes
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|