mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
27 lines
473 B
Makefile
27 lines
473 B
Makefile
# Created by: Ryan Steinmetz
|
|
|
|
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>
|