blob: 07243b32e072854e5343268f7cd60a258e15ca6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.2 2007/06/03 12:53:59 xtraeme Exp $
#
DISTNAME= htop-0.6.6
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=htop/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://htop.sourceforge.net/
COMMENT= Enhanced version of top utility
GNU_CONFIGURE= yes
USE_NCURSES= yes # uses ncurses mouse definitions
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|