aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/asmon/Makefile
blob: eb0089b597e5272f497972412bf5c1eee89c0e2a (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
# 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

LIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm

USE_X_PREFIX=   yes

.include <bsd.port.pre.mk>

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>