freebsd-ports/sysutils/htop/Makefile
Yuri Victorovich a7bbd2fb92 sysutils/htop: Update to 2.1.0-26
Port changes:
* Changed to DISTVERSION
* Added to USES
* Added SHEBANG_FILES
* Removed LIBS (not needed)
* Replaced WWW with the https version

Maintainer insisted on updating to the current version.

PR:		225232
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-05 05:07:55 +00:00

32 lines
712 B
Makefile

# Created by: Tony Shadwick <tshadwick@oss-solutions.com>
# $FreeBSD$
PORTNAME= htop
DISTVERSION= 2.1.0-26
DISTVERSIONSUFFIX= -g697f5bb
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:2.7,build shebangfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-unicode
USE_GITHUB= yes
GH_ACCOUNT= hishamhm
SHEBANG_FILES= scripts/MakeHeader.py
PLIST_FILES= bin/htop \
man/man1/htop.1.gz \
share/applications/htop.desktop \
share/pixmaps/htop.png
OPTIONS_DEFINE= LSOF
OPTIONS_DEFAULT= LSOF
LSOF_RUN_DEPENDS= lsof:sysutils/lsof
.include <bsd.port.mk>