summaryrefslogtreecommitdiff
path: root/net-mgmt/scdp/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
commit00535086d3a922b17e2beead589f92e6cd585ff8 (patch)
tree39749b1efaaad8c42f3be50320a00cac0799aacc /net-mgmt/scdp/Makefile
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'.release/5.2.1
Notes
Notes: svn path=/head/; revision=100899 svn path=/tags/RELEASE_5_2_1/; revision=100900; tag=release/5.2.1
Diffstat (limited to 'net-mgmt/scdp/Makefile')
-rw-r--r--net-mgmt/scdp/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-mgmt/scdp/Makefile b/net-mgmt/scdp/Makefile
deleted file mode 100644
index 804578f8ba98..000000000000
--- a/net-mgmt/scdp/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: scdp
-# Date created: 14 September 2001
-# Whom: arved@FreeBSD.org
-#
-# $FreeBSD$
-
-PORTNAME= scdp
-PORTVERSION= 1.0.b
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= scdp
-DISTNAME= scdp-${PORTVERSION:S/.b/b/}
-
-MAINTAINER= arved@FreeBSD.org
-COMMENT= "Tool that sends CDP (CISCO Discovery Protocol) Packets"
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-
-post-patch:
- ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c
-
-.include <bsd.port.mk>