mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
- Fix MASTER_SITES
- Add WWW in pkg-descr - Utilize PLIST_FILES PR: ports/155801 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
902ccede05
commit
831c0e9161
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271536
3 changed files with 11 additions and 13 deletions
|
@ -10,24 +10,22 @@ PORTNAME= xcpustate
|
|||
PORTVERSION= 2.9
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/jdd/xcpustate/ \
|
||||
${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= utilities
|
||||
MASTER_SITES= http://ftp.cs.toronto.edu/pub/jdd/xcpustate/
|
||||
EXTRACT_SUFX= .shar
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= System monitoring utility graphicaly showing cpu load and status
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
EXTRACT_CMD= ${CAT}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= |sh
|
||||
USE_IMAKE= yes
|
||||
USE_XORG= ice sm x11 xaw xext xmu xt
|
||||
EXTRACT_BEFORE_ARGS= # none
|
||||
EXTRACT_AFTER_ARGS= | ${SH}
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
MAN1= xcpustate.1
|
||||
USE_XORG= ice sm x11 xaw xext xmu xt
|
||||
USE_IMAKE= yes
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -4,3 +4,5 @@ monitors disk performance.
|
|||
|
||||
It can also display information about remote hosts using the RSTAT RPC
|
||||
protocol, as perfmeter does.
|
||||
|
||||
WWW: http://www.cs.toronto.edu/~jdd/
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
@comment $FreeBSD$
|
||||
bin/xcpustate
|
Loading…
Add table
Reference in a new issue