openbsd-ports/sysutils/pscpug/Makefile

33 lines
637 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2011/07/06 12:50:15 jasper 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pscpug ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/pscpug.1 ${PREFIX}/man/man1
.include <bsd.port.mk>