1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net-mgmt/jnettop/Makefile
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00

30 lines
528 B
Makefile

# 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
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>