summaryrefslogtreecommitdiff
path: root/sysutils/top/Makefile
diff options
context:
space:
mode:
authoragc <agc>1997-10-03 11:33:08 +0000
committeragc <agc>1997-10-03 11:33:08 +0000
commit79a0f0aa201b44148b40c94e84ef53c868c6f14b (patch)
tree1e7580bd226db39437771ea885920fd8ac041711 /sysutils/top/Makefile
parent218f51bce25f5bb2e952eefba7b0bb59ab956881 (diff)
downloadpkgsrc-79a0f0aa201b44148b40c94e84ef53c868c6f14b.tar.gz
Modified files for the NetBSD pkg of the system utility top.
Diffstat (limited to 'sysutils/top/Makefile')
-rw-r--r--sysutils/top/Makefile25
1 files changed, 17 insertions, 8 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile
index a26bef0bdd7..ce44bf8e415 100644
--- a/sysutils/top/Makefile
+++ b/sysutils/top/Makefile
@@ -1,30 +1,39 @@
+# $NetBSD: Makefile,v 1.2 1997/10/03 11:33:08 agc Exp $
# New ports collection makefile for: top
-# Version required: 3.4
+# Version required: 3.5beta5
# Date created: 25 Sep 1994
# Whom: swallace
#
# FreeBSD Id: Makefile,v 1.14 1997/04/30 23:49:14 asami Exp
#
-DISTNAME= top-3.4
+DISTNAME= top-3.5beta5
CATEGORIES= sysutils
-MASTER_SITES= ftp://eecs.nwu.edu/pub/top/
+MASTER_SITES= ftp://ftp.groupsys.com/pub/top/
-MAINTAINER= peter@FreeBSD.org
+MAINTAINER= agc@netbsd.org
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= Configure
+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
-
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= freebsd2
-MAN1= top.1
+.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
post-install: