mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
17 lines
335 B
Makefile
17 lines
335 B
Makefile
# Created by: Josh Carroll <josh.carroll@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wdiag
|
|
PORTVERSION= 0.10.2
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|