summaryrefslogtreecommitdiff
path: root/sysutils/htop/Makefile
blob: 0993c4c80e8b1dd1c44d8f501d68c15e4b89b6f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile,v 1.4 2011/08/06 16:36:41 cheusov Exp $
#

DISTNAME=	htop-0.9
CATEGORIES=	sysutils
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=htop/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://htop.sourceforge.net/
COMMENT=	Enhanced version of top utility
LICENSE=	gnu-gpl-v2

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=	yes
USE_NCURSES=	yes # uses ncurses mouse definitions

USE_TOOLS+=	autoreconf autoconf automake
USE_LIBTOOL=	yes

pre-configure:
	set -e; cd ${WRKSRC}; autoreconf --force --install

.include "../../devel/ncurses/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"

.include "../../mk/bsd.pkg.mk"