2010-10-19 03:43:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/10/19 07:43:02 espie Exp $
|
2006-06-12 09:55:08 -04:00
|
|
|
|
2007-09-15 17:14:00 -04:00
|
|
|
COMMENT= draws a graph of CPU usage of a certain process
|
2006-06-12 09:55:08 -04:00
|
|
|
|
2009-06-03 20:24:10 -04:00
|
|
|
DISTNAME= pscpug035
|
2009-09-25 11:59:15 -04:00
|
|
|
PKGNAME= pscpug-0.3.5p0
|
2006-06-12 09:55:08 -04:00
|
|
|
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
|
|
|
|
WANTLIB= c curses kvm m
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
2010-10-19 03:43:00 -04:00
|
|
|
USE_GROFF = Yes
|
2006-06-12 09:55:08 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pscpug ${PREFIX}/sbin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/pscpug.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|