mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
Bump PORTREVISION after removal of USES= desktop-file-utils Reported by: Adam McDougall <mcdouga9@egr.msu.edu> (via private email)
32 lines
758 B
Makefile
32 lines
758 B
Makefile
PORTNAME= htop
|
|
DISTVERSION= 3.3.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://github.com/${PORTNAME}-dev/${PORTNAME}/releases/download/${DISTVERSION}/
|
|
|
|
PATCH_SITES= https://github.com/htop-dev/htop/commit/
|
|
PATCHFILES= 3c7fe273989626b299eb78d3ad1acb88ed64db64.diff:-p1
|
|
|
|
MAINTAINER= gaod@hychen.org
|
|
COMMENT= Better top(1) - interactive process viewer
|
|
WWW= https://htop.dev/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= ncurses tar:xz
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-unicode
|
|
|
|
PLIST_FILES= bin/htop \
|
|
share/man/man1/htop.1.gz \
|
|
share/applications/htop.desktop \
|
|
share/icons/hicolor/scalable/apps/htop.svg \
|
|
share/pixmaps/htop.png
|
|
|
|
OPTIONS_DEFINE= LSOF
|
|
|
|
LSOF_RUN_DEPENDS= lsof:sysutils/lsof
|
|
|
|
.include <bsd.port.mk>
|