freebsd-ports/sysutils/asmon/Makefile
2003-02-21 13:28:59 +00:00

28 lines
589 B
Makefile

# New ports collection makefile for: asmon
# Date created: 27 Sep 1999
# Whom: jack
#
# $FreeBSD$
#
PORTNAME= asmon
PORTVERSION= 0.60
CATEGORIES= sysutils afterstep
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR= apps/asmon
MAINTAINER= jack@germanium.xtalwind.net
COMMENT= A swallowable applet monitors the CPU usage, memory and swap, etc
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
USE_XPM= 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>