blob: e67ef1810d2b9c584461887c8a7377c6318747c5 (
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
30
|
# New ports collection makefile for: jnettop
# Date created: 5 June 2009
# Whom: Ryan Steinmetz
#
# $FreeBSD$
#
PORTNAME= jnettop
PORTVERSION= 0.13.0
CATEGORIES= net-mgmt
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.13
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= rpsfa@rit.edu
COMMENT= Traffic visualizer, similiar to nettop
MAN8= jnettop.8
GNU_CONFIGURE= yes
USE_GNOME= glib20
USE_GMAKE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
.if defined(WITH_DAG)
post-configure:
${ECHO_CMD} "#define BSD 1" >> ${WRKSRC}/config.h
.endif
.include <bsd.port.mk>
|