28 lines
485 B
Makefile
28 lines
485 B
Makefile
# Created by: Ryan Steinmetz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jnettop
|
|
PORTVERSION= 0.13.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.13 \
|
|
ZI
|
|
|
|
MAINTAINER= zi@FreeBSD.org
|
|
COMMENT= Traffic visualizer, similar to nettop
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake gnome pkgconfig
|
|
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>
|