pkgsrc - initial commit
[pkgsrc.git] / sysutils / htop / Makefile
1 # $NetBSD: Makefile,v 1.3 2008/07/14 12:56:12 joerg Exp $
2 #
3
4 DISTNAME=       htop-0.6.6
5 CATEGORIES=     sysutils
6 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=htop/}
7
8 MAINTAINER=     pkgsrc-users@NetBSD.org
9 HOMEPAGE=       http://htop.sourceforge.net/
10 COMMENT=        Enhanced version of top utility
11
12 PKG_DESTDIR_SUPPORT=    user-destdir
13
14 GNU_CONFIGURE=  yes
15 USE_NCURSES=    yes # uses ncurses mouse definitions
16
17 .include "../../devel/ncurses/buildlink3.mk"
18
19 .include "../../mk/bsd.pkg.mk"