freebsd-ports/net-mgmt/cdpd/Makefile
Ying-Chieh Liao baa89dfe9f add cdpd
CDPdaemon - sends Cisco Discovery Protocol announces over ethernet

PR:		31138
Submitted by:	Alexander Snarskii <snar@lucky.net>
2001-10-11 11:54:23 +00:00

21 lines
393 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.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
MAINTAINER= snar@paranoia.ru
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
MAN8= cdpd.8
.include <bsd.port.mk>