535382b891
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav)
24 lines
453 B
Makefile
24 lines
453 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
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= rpsfa@rit.edu
|
|
COMMENT= Traffic visualizer, similiar to nettop
|
|
|
|
MAN8= jnettop.8
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|