ports/net/nethogs/Makefile
Muhammad Moinur Rahman 3e0f5dee83
net/nethogs: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 11:05:16 +01:00

30 lines
652 B
Makefile

PORTNAME= nethogs
PORTVERSION= 0.8.5
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= net
MAINTAINER= anastasios@mageirias.com
COMMENT= Small net top tool
WWW= https://github.com/raboof/nethogs
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_i386= non-constant-expression cannot be narrowed from type 'unsigned int' to 'time_t' (aka 'int') in initializer list
USE_GITHUB= yes
GH_ACCOUNT= raboof
USES= compiler:c++11-lang gmake shebangfix
SHEBANG_FILES= determineVersion.sh
bash_CMD= /bin/sh
PLIST_FILES= share/man/man8/nethogs.8.gz \
sbin/nethogs
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/nethogs
.include <bsd.port.mk>