Files
ports/sysutils/htop/Makefile
2025-03-15 17:56:01 +03:00

32 lines
707 B
Makefile

PORTNAME= htop
DISTVERSION= 3.4.0
CATEGORIES= sysutils
MASTER_SITES= https://github.com/${PORTNAME}-dev/${PORTNAME}/releases/download/${DISTVERSION}/
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
post-patch:
@${REINPLACE_CMD} -e 's/3.4.0-dev-3.4.0/3.4.0/' ${WRKSRC}/configure
.include <bsd.port.mk>