aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/wdiag/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/wdiag/Makefile')
-rw-r--r--net-mgmt/wdiag/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-mgmt/wdiag/Makefile b/net-mgmt/wdiag/Makefile
new file mode 100644
index 000000000000..45173ae2ff87
--- /dev/null
+++ b/net-mgmt/wdiag/Makefile
@@ -0,0 +1,19 @@
+# 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>