freebsd-ports/sysutils/asmon/Makefile
Martin Wilke 2c698cf608 - Update to 0.61
- Pass maintainership to submitter

PR:		166007
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-18 08:07:51 +00:00

35 lines
807 B
Makefile

# New ports collection makefile for: asmon
# Date created: 27 Sep 1999
# Whom: jack
#
# $FreeBSD$
#
PORTNAME= asmon
PORTVERSION= 0.61
PORTREVISION= 2
CATEGORIES= sysutils afterstep
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR= apps/asmon
MAINTAINER= 5u623l20@gmail.com
COMMENT= A swallowable applet monitors the CPU usage, memory and swap, etc
USE_XORG= xpm x11
BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/asmon
CFLAGS+= -I${LOCALBASE}/include
USE_GMAKE= yes
ALL_TARGET= asmon
MAKE_ARGS+= LIBDIR="-L${LOCALBASE}/lib" \
SOLARIS_LIBS=-lkvm
PLIST_FILES= bin/asmon
post-patch:
${REINPLACE_CMD} -e 's:gcc:${CC} ${CFLAGS}:' ${BUILD_WRKSRC}/Makefile
do-install:
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/asmon/asmon ${PREFIX}/bin
.include <bsd.port.mk>