summaryrefslogtreecommitdiff
path: root/sysutils/asmon/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-05 16:30:00 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-05 16:30:00 +0000
commit5d2cf9e9fc9e14aa48a87fbf16f7d174b5fa308a (patch)
tree8b61bc6d296e9b09429dd3ed9ad592a49be3c7f6 /sysutils/asmon/Makefile
parentActivate roottail (diff)
The asmon tool is an AfterStep look-n-feel memory, swap, cpu, and load
average monitor for X Windows. "Lights" indicate swap and vm paging. Also displays system uptime or X memory usage. PR: 14008 Submitted by: jack@germanium.xtalwind.net
Notes
Notes: svn path=/head/; revision=22178
Diffstat (limited to 'sysutils/asmon/Makefile')
-rw-r--r--sysutils/asmon/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/asmon/Makefile b/sysutils/asmon/Makefile
new file mode 100644
index 000000000000..6ce18e19f0c7
--- /dev/null
+++ b/sysutils/asmon/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: asfsm
+# Version required: asmon-0.60
+# Date created: 27 Sep 1999
+# Whom: jack
+#
+# $FreeBSD$
+#
+
+DISTNAME= asmon-0.60
+CATEGORIES= sysutils afterstep
+MASTER_SITES= ftp://ftp.afterstep.org/apps/asmem/ \
+ http://www.tigr.net/afterstep/as-apps/download/asmon/
+
+MAINTAINER= jack@germanium.xtalwind.net
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 400000
+BROKEN= 'Sorry, asmom can not yet handle 4.0+ new VM system interfaces'
+.endif
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+ALL_TARGET= clean all
+
+do-install:
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/asmon/asmon ${PREFIX}/bin
+
+.include <bsd.port.post.mk>