summaryrefslogtreecommitdiff
path: root/sysutils/top/Makefile
blob: 2361990251f4a5c4fb29fd04ef6c47295765bee5 (plain)
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
37
38
# $NetBSD: Makefile,v 1.11 1998/04/15 10:38:50 agc Exp $
# FreeBSD Id: Makefile,v 1.14 1997/04/30 23:49:14 asami Exp
#

DISTNAME=       top-3.5beta7
CATEGORIES=	sysutils
MASTER_SITES=   ftp://ftp.groupsys.com/pub/top/

MAINTAINER=	agc@netbsd.org

HAS_CONFIGURE=		yes
CONFIGURE_SCRIPT=	Configure

MAKE_ENV+=	INSTALL_MAN="${INSTALL_MAN}" \
		COPY="${COPY}" STRIPFLAG="${STRIPFLAG}" \
		UVM=${UVM}

MAN1=		top.1

OPSYS!= uname -s
.if (${OPSYS} == "FreeBSD")
OSVERSION!=	sysctl -n kern.osreldate
.if ${OSVERSION} >= 221002
BROKEN=		"top is included in FreeBSD version 221002 or later"
.endif
CONFIGURE_ARGS+=		freebsd2
.elif (${OPSYS} == "NetBSD")
CONFIGURE_ARGS+=		netbsd13
.endif

pre-configure:
	${CP} ${FILESDIR}/defaults ${WRKSRC}/.defaults
.if (${OPSYS} == "FreeBSD")
	${CP} ${FILESDIR}/m_freebsd2.* ${WRKSRC}/machine
.endif
	chmod a-x ${WRKSRC}/install

.include "../../mk/bsd.pkg.mk"