f34a8c24a3
This is a semi-manual PKGREVISION bump.
24 lines
709 B
Makefile
24 lines
709 B
Makefile
# $NetBSD: Makefile,v 1.18 2019/04/25 07:33:18 maya Exp $
|
|
|
|
DISTNAME= htop-2.2.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://hisham.hm/htop/releases/${PKGVERSION_NOREV}/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://hisham.hm/htop/
|
|
COMMENT= Enhanced version of top utility
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_NCURSES= yes # uses ncurses mouse definitions
|
|
|
|
REPLACE_PYTHON+= scripts/MakeHeader.py
|
|
CONFIGURE_ENV+= ac_cv_file__proc_meminfo=yes
|
|
CONFIGURE_ENV+= ac_cv_file__proc_stat=yes
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../devel/ncursesw/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|