1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/sysutils/asmon/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

31 lines
618 B
Makefile

# New ports collection makefile for: asmon
# Date created: 27 Sep 1999
# Whom: jack
#
# $FreeBSD$
#
PORTNAME= asmon
PORTVERSION= 0.60
PORTREVISION= 1
CATEGORIES= sysutils afterstep
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR= apps/asmon
MAINTAINER= ports@FreeBSD.org
COMMENT= A swallowable applet monitors the CPU usage, memory and swap, etc
PLIST_FILES= bin/asmon
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>