Files
ports/sysutils/htop/Makefile
Kurt Jaeger 6ec4e815d0 sysutils/htop: 2.0.0 -> 2.0.1
- Add lsof into RUN_DEPENDS
- fix CPU and memory readings
  (thanks to Tim Creech, Hung-Yi Chen, Bernard Spil, Greg V)
- add battery support
  (thanks to Greg V)
- Fix crash when emptying a column of meters
- Make Esc key more responsive

Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2016-03-16 21:07:11 +00:00

31 lines
691 B
Makefile

# Created by: Tony Shadwick <tshadwick@oss-solutions.com>
# $FreeBSD$
PORTNAME= htop
PORTVERSION= 2.0.1
CATEGORIES= sysutils
MAINTAINER= gaod@hychen.org
COMMENT= Better top(1) - interactive process viewer
LICENSE= GPLv2
RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lexecinfo
CONFIGURE_ARGS= --enable-unicode
USES= autoreconf execinfo libtool ncurses python:2,build shebangfix
SHEBANG_LANG= python2
SHEBANG_FILES= scripts/MakeHeader.py
USE_GITHUB= yes
GH_ACCOUNT= hishamhm
PLIST_FILES= bin/htop \
man/man1/htop.1.gz \
share/applications/htop.desktop \
share/pixmaps/htop.png
.include <bsd.port.mk>