freebsd-ports/net/nethogs/Makefile
Mark Linimon 0a534ed4c7 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-13 23:36:16 +00:00

31 lines
558 B
Makefile

# $FreeBSD$
PORTNAME= nethogs
PORTVERSION= 0.8.5
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= anastasios@mageirias.com
COMMENT= Small net top tool
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= fails to compile: inode2prog.cpp: snprintf is not a member of std
USE_GITHUB= yes
GH_ACCOUNT= raboof
USES= gmake shebangfix
SHEBANG_FILES= determineVersion.sh
bash_CMD= /bin/sh
PLIST_FILES= man/man8/nethogs.8.gz \
sbin/nethogs
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/nethogs
.include <bsd.port.mk>