aboutsummaryrefslogblamecommitdiff
path: root/net/nethogs/Makefile
blob: ce19e22a075a6fca2186ad7e3c8b65529b84851f (plain) (tree)
1
2
3
4
5
6
7
8
9


                         
                 



                                        
                                                 



                                 

                                                                                                                               


                      
                                            

                                   
                       
 
                                             





                                                       
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>