openbsd-ports/sysutils/pscpug/Makefile

30 lines
555 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:41:32 espie Exp $
COMMENT= draws a graph of CPU usage of a certain process
2009-06-03 20:24:10 -04:00
DISTNAME= pscpug035
2010-10-26 12:13:40 -04:00
PKGNAME= pscpug-0.3.5
REVISION= 2
CATEGORIES= sysutils
HOMEPAGE= http://www.diablonet.net/~mercadal/projects/pscpug/
# BSD
PERMIT_PACKAGE_CDROM= Yes
2010-10-26 12:13:40 -04:00
WANTLIB += c curses kvm m
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
CONFIGURE_STYLE=gnu
2010-10-26 12:13:40 -04:00
USE_GROFF= Yes
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pscpug ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/pscpug.1 ${PREFIX}/man/man1
.include <bsd.port.mk>