2013-04-23 16:20:25 +02:00
|
|
|
# Created by: Ryan Steinmetz
|
2009-06-08 14:32:42 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= jnettop
|
|
|
|
PORTVERSION= 0.13.0
|
|
|
|
CATEGORIES= net-mgmt
|
2009-09-02 17:01:56 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.13
|
2009-06-08 14:32:42 +02:00
|
|
|
|
2011-07-15 23:15:29 +02:00
|
|
|
MAINTAINER= zi@FreeBSD.org
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Traffic visualizer, similar to nettop
|
2009-06-08 14:32:42 +02:00
|
|
|
|
|
|
|
MAN8= jnettop.8
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-04-23 16:20:25 +02:00
|
|
|
USES= pkgconfig
|
2009-06-08 14:32:42 +02:00
|
|
|
USE_GNOME= glib20
|
2010-07-22 15:44:28 +02:00
|
|
|
USE_GMAKE= yes
|
2013-09-22 20:05:04 +02:00
|
|
|
NO_STAGE= yes
|
2009-06-08 14:32:42 +02:00
|
|
|
|
2011-06-20 18:44:04 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2009-06-08 14:32:42 +02:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
|
2010-07-22 15:44:28 +02:00
|
|
|
.if defined(WITH_DAG)
|
|
|
|
post-configure:
|
|
|
|
${ECHO_CMD} "#define BSD 1" >> ${WRKSRC}/config.h
|
|
|
|
.endif
|
|
|
|
|
2009-06-08 14:32:42 +02:00
|
|
|
.include <bsd.port.mk>
|