aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/scdp/Makefile
blob: 1e225ffc565f8ccdde68f63106a511b95ef82808 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:   scdp
# Date created:                14 September 2001
# Whom:                        arved@FreeBSD.org
#
# $FreeBSD$

PORTNAME=   scdp
PORTVERSION=    1.0.b
PORTREVISION=   2
CATEGORIES= net-mgmt
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=  libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10

PLIST_FILES=    bin/scdp
GNU_CONFIGURE=  yes
USE_GMAKE=  yes

post-patch:
    ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c

.include <bsd.port.mk>