diff options
Diffstat (limited to 'sysutils/top/Makefile')
-rw-r--r-- | sysutils/top/Makefile | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile index 05b08c665c6..3031d4babe2 100644 --- a/sysutils/top/Makefile +++ b/sysutils/top/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2004/07/11 18:42:26 cube Exp $ +# $NetBSD: Makefile,v 1.30 2004/07/11 19:53:06 cube Exp $ # FreeBSD Id: Makefile,v 1.14 1997/04/30 23:49:14 asami Exp # -DISTNAME= top-3.5beta9 -PKGNAME= top-3.5b9 +DISTNAME= top-3.6alpha7 +PKGNAME= top-3.6a7 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.groupsys.com/pub/top/ @@ -11,26 +11,6 @@ MAINTAINER= agc@NetBSD.org HOMEPAGE= http://www.groupsys.com/topinfo/ COMMENT= The ubiquitous system monitoring utility -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= ./Configure - -NOT_FOR_PLATFORM= NetBSD-1.6*-* NetBSD-2.*-* - -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "NetBSD" -CONF= netbsd13 -.elif ${OPSYS} == "SunOS" -CONF+= sunos5 -MAKE_ENV+= CPPFLAGS= -.endif - -CONFIGURE_ARGS+= ${CONF} - -MAKE_ENV+= COPY="${COPY}" STRIPFLAG="${_STRIPFLAG_INSTALL}" - -pre-configure: - ${CP} ${FILESDIR}/defaults.${CONF} ${WRKSRC}/.defaults - ${CHMOD} a-x ${WRKSRC}/install +GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |