Add port WMMemMon version 0.1.0: Mem/Swap monitoring dockapp for
WindowMaker Submitted by: Patrick Li <pat@databits.net>
This commit is contained in:
parent
be656ce5f1
commit
af8f097b8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42479
6 changed files with 44 additions and 0 deletions
|
@ -154,6 +154,7 @@
|
|||
SUBDIR += wmhm
|
||||
SUBDIR += wminet
|
||||
SUBDIR += wmlmmon
|
||||
SUBDIR += wmmemmon
|
||||
SUBDIR += wmmon
|
||||
SUBDIR += wmmount
|
||||
SUBDIR += wmpccard
|
||||
|
|
33
sysutils/wmmemmon/Makefile
Normal file
33
sysutils/wmmemmon/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: wmmemmon
|
||||
# Date created: Wed May 9 17:55:21 EDT 2001
|
||||
# Whom: Patrick Li <pat@databits.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wmmemmon
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= sysutils windowmaker
|
||||
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
|
||||
DISTNAME= WMMemMon-${PORTVERSION}
|
||||
|
||||
MAINTAINER= pat@databits.net
|
||||
|
||||
LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/src/wmmemmon ${PREFIX}/bin
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
|
||||
${PREFIX}/share/doc/${PORTNAME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
|
||||
.endif # !NOPORTDOCS
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/wmmemmon/distinfo
Normal file
1
sysutils/wmmemmon/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (WMMemMon-0.1.0.tar.gz) = 9d6671497008208756d012dd6d22a06d
|
1
sysutils/wmmemmon/pkg-comment
Normal file
1
sysutils/wmmemmon/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Mem/Swap monitoring dockapp for WindowMaker
|
5
sysutils/wmmemmon/pkg-descr
Normal file
5
sysutils/wmmemmon/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Mem/Swap monitoring dockapp for WindowMaker.
|
||||
Outside circle is Mem usage in percent.Inside is swap.
|
||||
|
||||
WWW: http://www.sh.rim.or.jp/~ssato/wmmemmon-e.html
|
||||
Author: Seiichi SATO <sato@cvs-net.co.jp>
|
3
sysutils/wmmemmon/pkg-plist
Normal file
3
sysutils/wmmemmon/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/wmmemmon
|
||||
%%PORTDOCS%%share/doc/wmmemmon/README
|
||||
%%PORTDOCS%%@dirrm share/doc/wmmemmon
|
Loading…
Reference in a new issue