summaryrefslogtreecommitdiff
path: root/net-mgmt/scdp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/scdp/Makefile')
-rw-r--r--net-mgmt/scdp/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-mgmt/scdp/Makefile b/net-mgmt/scdp/Makefile
deleted file mode 100644
index 9c60bd24794e..000000000000
--- a/net-mgmt/scdp/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: scdp
-# Date created: 14 September 2001
-# Whom: arved@arved.de
-#
-# $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= freebsdports@arved.de
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-post-patch:
- @${PERL} -pi -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c
-
-.include <bsd.port.mk>