mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
73f7c91b5d
(Part 1)
28 lines
641 B
Makefile
28 lines
641 B
Makefile
# New ports collection makefile for: scdp
|
|
# Date created: 14 September 2001
|
|
# Whom: arved@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scdp
|
|
PORTVERSION= 1.0.b
|
|
PORTREVISION= 1
|
|
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>
|