2013-04-28 11:48:25 +02:00
|
|
|
# Created by: Tony Shadwick <tshadwick@oss-solutions.com>
|
2007-08-30 20:46:01 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= htop
|
2018-05-05 02:29:42 +02:00
|
|
|
DISTVERSION= 2.2.0
|
2019-01-08 16:30:14 +01:00
|
|
|
PORTREVISION= 1
|
2007-08-30 20:46:01 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
2011-08-08 12:50:01 +02:00
|
|
|
MAINTAINER= gaod@hychen.org
|
2014-03-14 08:28:00 +01:00
|
|
|
COMMENT= Better top(1) - interactive process viewer
|
2007-08-30 20:46:01 +02:00
|
|
|
|
2014-10-28 23:14:42 +01:00
|
|
|
LICENSE= GPLv2
|
2017-12-25 05:45:32 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2016-03-16 22:07:11 +01:00
|
|
|
|
2018-03-05 06:07:55 +01:00
|
|
|
USES= autoreconf libtool localbase ncurses pkgconfig python:2.7,build shebangfix
|
2007-08-30 20:46:01 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2016-02-11 20:37:17 +01:00
|
|
|
CONFIGURE_ARGS= --enable-unicode
|
2016-02-05 23:29:42 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= hishamhm
|
2018-03-05 06:07:55 +01:00
|
|
|
SHEBANG_FILES= scripts/MakeHeader.py
|
|
|
|
|
2016-03-16 22:07:11 +01:00
|
|
|
PLIST_FILES= bin/htop \
|
|
|
|
man/man1/htop.1.gz \
|
|
|
|
share/applications/htop.desktop \
|
|
|
|
share/pixmaps/htop.png
|
2007-08-30 20:46:01 +02:00
|
|
|
|
2017-12-25 05:45:32 +01:00
|
|
|
OPTIONS_DEFINE= LSOF
|
|
|
|
OPTIONS_DEFAULT= LSOF
|
|
|
|
|
|
|
|
LSOF_RUN_DEPENDS= lsof:sysutils/lsof
|
|
|
|
|
2013-04-28 11:48:25 +02:00
|
|
|
.include <bsd.port.mk>
|