summaryrefslogtreecommitdiff
path: root/net-mgmt/cdpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cdpd/Makefile')
-rw-r--r--net-mgmt/cdpd/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-mgmt/cdpd/Makefile b/net-mgmt/cdpd/Makefile
deleted file mode 100644
index 0ab8cadff4eb..000000000000
--- a/net-mgmt/cdpd/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: cdpd
-# Date created: 26 Sep 2001
-# Whom: Alexandre Snarskii <snar@paranoia.ru>
-#
-# $FreeBSD$
-
-PORTNAME= cdpd
-PORTVERSION= 1.0.2
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
-
-MAINTAINER= snar@paranoia.ru
-COMMENT= CDPdaemon - sends Cisco Discovery Protocol announces over ethernet
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
-
-GNU_CONFIGURE= yes
-
-MAN8= cdpd.8
-
-.include <bsd.port.mk>