1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net-mgmt/jnettop/Makefile
2014-03-11 06:52:51 +00:00

28 lines
474 B
Makefile

# Created by: Ryan Steinmetz
# $FreeBSD$
PORTNAME= jnettop
PORTVERSION= 0.13.0
CATEGORIES= net-mgmt
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.13
MAINTAINER= zi@FreeBSD.org
COMMENT= Traffic visualizer, similar to nettop
MAN8= jnettop.8
GNU_CONFIGURE= yes
USES= pkgconfig gmake
USE_GNOME= glib20
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>