blob: 7259162db6b6714dc10457bcf806ae799e4d9fd2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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
USE_GNOME= glib20
USE_GMAKE= yes
LICENSE= GPLv2
CONFIGURE_ARGS= --prefix=${PREFIX}
.if defined(WITH_DAG)
NO_STAGE= yes
post-configure:
${ECHO_CMD} "#define BSD 1" >> ${WRKSRC}/config.h
.endif
.include <bsd.port.mk>
|