summaryrefslogtreecommitdiff
path: root/sysutils/asmon/Makefile
blob: 6ce18e19f0c7c69d62b57ec5085178e676b15cc7 (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
# New ports collection makefile for:	asfsm
# Version required:	asmon-0.60
# Date created:		27 Sep 1999
# Whom:			jack
#
# $FreeBSD$
#

DISTNAME=	asmon-0.60
CATEGORIES=	sysutils afterstep
MASTER_SITES=	ftp://ftp.afterstep.org/apps/asmem/ \
		http://www.tigr.net/afterstep/as-apps/download/asmon/

MAINTAINER=	jack@germanium.xtalwind.net

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

.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400000
BROKEN=	'Sorry, asmom can not yet handle 4.0+ new VM system interfaces'
.endif

USE_X_PREFIX=	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>