freebsd-ports/sysutils/htop/Makefile
Fernando Apesteguía 9e31d96f4e sysutils/htop: Update to 3.0.4
ChangeLog: https://github.com/htop-dev/htop/blob/master/ChangeLog

PR:	252213
Submitted by:	gaod@hychen.org (maintainer)
2020-12-28 12:52:43 +00:00

34 lines
688 B
Makefile

# Created by: Tony Shadwick <tshadwick@oss-solutions.com>
# $FreeBSD$
PORTNAME= htop
DISTVERSION= 3.0.4
CATEGORIES= sysutils
MAINTAINER= gaod@hychen.org
COMMENT= Better top(1) - interactive process viewer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool localbase ncurses pkgconfig python:build shebangfix
USE_GITHUB= yes
GH_ACCOUNT= htop-dev
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-unicode
PLIST_FILES= bin/htop \
man/man1/htop.1.gz \
share/applications/htop.desktop \
share/icons/hicolor/scalable/apps/htop.svg \
share/pixmaps/htop.png
OPTIONS_DEFINE= LSOF
OPTIONS_DEFAULT= LSOF
LSOF_RUN_DEPENDS= lsof:sysutils/lsof
.include <bsd.port.mk>