aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/wdiag/Makefile
blob: b6667226d7884ee0d97115c27036e875c98c4c5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    wdiag
# Date created:             3 September 2006
# Whom:                 Josh Carroll <josh.carroll@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   wdiag
PORTVERSION=    0.10
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.pre.mk>

.if (${OSVERSION} >= 800000)
IGNORE= broken on -CURRENT
.endif

.include <bsd.port.post.mk>