f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
28 lines
490 B
Makefile
28 lines
490 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
|
|
|
|
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>
|