Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / htop / Makefile
1 # Created by: Tony Shadwick <tshadwick@oss-solutions.com>
2 # $FreeBSD$
3
4 PORTNAME=       htop
5 DISTVERSION=    2.2.0
6 PORTREVISION=   1
7 CATEGORIES=     sysutils
8
9 MAINTAINER=     gaod@hychen.org
10 COMMENT=        Better top(1) - interactive process viewer
11
12 LICENSE=        GPLv2
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 USES=           autoreconf libtool localbase ncurses pkgconfig python:build shebangfix
16 GNU_CONFIGURE=  yes
17 CONFIGURE_ARGS= --enable-unicode
18 USE_GITHUB=     yes
19 GH_ACCOUNT=     hishamhm
20 SHEBANG_FILES=  scripts/MakeHeader.py
21
22 PLIST_FILES=    bin/htop \
23                 man/man1/htop.1.gz \
24                 share/applications/htop.desktop \
25                 share/pixmaps/htop.png
26
27 OPTIONS_DEFINE=         LSOF
28 OPTIONS_DEFAULT=        LSOF
29
30 LSOF_RUN_DEPENDS=       lsof:sysutils/lsof
31
32 .include <bsd.port.mk>