aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/asmon/Makefile
blob: d677295de11f4b082615de5bf2c3f4d5e985e0f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    asmon
# Date created:     27 Sep 1999
# Whom:         jack
#
# $FreeBSD$
#

PORTNAME=   asmon
PORTVERSION=    0.60
PORTREVISION=   2
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

USE_XPM=    yes
USE_X_PREFIX=   yes

BUILD_WRKSRC=       ${WRKDIR}/${PORTNAME}-${PORTVERSION}/asmon
CFLAGS+=    -I${X11BASE}/include
USE_GMAKE=  yes
ALL_TARGET= clean asmon
MAKE_ARGS+= LIBDIR="-L${X11BASE}/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>