mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
443cea6a95
statistics. It reports SNR, Attenuation, etc for the DSL line. WWW: http://wdiag.sourceforge.net/ PR: ports/104231 Submitted by: Josh Carroll <josh.carroll at gmail.com>
20 lines
399 B
Makefile
20 lines
399 B
Makefile
# New ports collection makefile for: wdiag
|
|
# Date created: 3 September 2006
|
|
# Whom: Josh Carroll <josh.carroll@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wdiag
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= SF
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= josh.carroll@gmail.com
|
|
COMMENT= Utility to collect DSL line stats from Westell DSL modems
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
|
|
|
.include <bsd.port.mk>
|