summaryrefslogtreecommitdiff
path: root/net/scdp/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-05-10 09:30:06 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-05-10 09:30:06 +0000
commitcc27b2ab5acf775d22f8710250dbb3a9d7542948 (patch)
tree46eec41b4d33de48b10736cf807a6b0f4466fe9e /net/scdp/Makefile
parentd6789481055d93ec044c34289f627991a95225e8 (diff)
downloadpkgsrc-cc27b2ab5acf775d22f8710250dbb3a9d7542948.tar.gz
Initial import of scdp-1.0.2 from pkgsrc-wip. Packaged by Tilman Linneweh.
This program sends CDP (Cisco Discovery Protocol) packets out on selected interfaces and tells the connected switch (Cisco only) where the host is connected.
Diffstat (limited to 'net/scdp/Makefile')
-rw-r--r--net/scdp/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/scdp/Makefile b/net/scdp/Makefile
new file mode 100644
index 00000000000..1e302c75c13
--- /dev/null
+++ b/net/scdp/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/10 09:30:06 xtraeme Exp $
+#
+
+DISTNAME= scdp-1.0b
+PKGNAME= scdp-1.0.2
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scdp/}
+
+MAINTAINER= arved@arved.at
+HOMEPAGE= http://www.sourceforge.net/projects/scdp/
+COMMENT= Program to send Cisco Discovery Protocol packets
+
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
+
+.include "../../devel/libnet/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"