openbsd-ports/sysutils/toprump/Makefile
sthen 598ff33384 don't test wchan before printing wmesg, this can now only be done as root.
adapted from a base top(1) diff from tedu, ok lum@
2013-03-23 13:44:54 +00:00

26 lines
494 B
Makefile

# $OpenBSD: Makefile,v 1.19 2013/03/23 13:44:54 sthen Exp $
COMMENT= modified OpenBSD top command
DISTNAME= toprump-0.14.8
REVISION= 1
CATEGORIES= sysutils
HOMEPAGE= http://cyodesigns.com/toprump/
MAINTAINER= Mark Lumsden <mark@cyodesigns.com>
# BSD
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}
NO_TEST= Yes
WANTLIB= c curses
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/toprump ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/toprump.1 ${PREFIX}/man/man1/toprump.1
.include <bsd.port.mk>