# New ports collection makefile for:	jnettop
# Date created:				5 June 2009
# Whom:					Ryan Steinmetz
#
# $FreeBSD: ports/net-mgmt/jnettop/Makefile,v 1.6 2011/07/15 21:15:27 zi Exp $
#

PORTNAME=	jnettop
PORTVERSION=	0.13.0
CATEGORIES=	net-mgmt
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.13

MAINTAINER=	zi@FreeBSD.org
COMMENT=	Traffic visualizer, similiar to nettop

MAN8=		jnettop.8

GNU_CONFIGURE=	yes
USE_GNOME=	glib20
USE_GMAKE=	yes

LICENSE=	GPLv2

CONFIGURE_ARGS=	--prefix=${PREFIX}

.if defined(WITH_DAG)
post-configure:
	${ECHO_CMD} "#define BSD 1" >> ${WRKSRC}/config.h
.endif

.include <bsd.port.mk>
