pkgsrc/sysutils/top/Makefile
obache 08af2ae347 Update DragonFly support file, based on PR#44280, fixed by me for x86_64.
Also fix patches for NetBSD, int != long arch.

Bump PKGREVISION.
2010-12-27 13:15:05 +00:00

23 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.37 2010/12/27 13:15:05 obache Exp $
DISTNAME= top-3.6.1
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.groupsys.com/pub/top/
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://www.groupsys.com/topinfo/
COMMENT= The ubiquitous system monitoring utility
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFIGURE_ENV+= SET_OWNER=${BINOWN}
CONFIGURE_ENV+= SET_GROUP=${BINGRP}
CONFIGURE_ENV+= SET_MODE=${BINMODE}
post-extract:
${CP} ${FILESDIR}/m_dragonfly.c ${WRKSRC}/machine
.include "../../mk/bsd.pkg.mk"