freebsd-ports/net/cdpd/Makefile
Kirill Ponomarev efb0cba3b2 - Add minor patch to remove double CR from start/stop script
- Pet portlint

PR:		54837
Submitted by:	Andrew <andrew@ugh.net.au>
Approved by:	maintainer timeout > 4 months
2003-11-16 12:59:32 +00:00

21 lines
468 B
Makefile

# 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>