openbsd-ports/sysutils/pscpug/Makefile

33 lines
636 B
Makefile
Raw Normal View History

2010-10-26 12:13:40 -04:00
# $OpenBSD: Makefile,v 1.7 2010/10/26 16:13:40 sthen 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= 1
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>