1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/net-mgmt/cdpd/Makefile
Sergey Matveychuk 5115c20457 - Change a port comment and description
Submitted by:	developer
2010-04-03 18:59:40 +00:00

28 lines
567 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.4.1
CATEGORIES= net-mgmt
MASTER_SITES= http://snar.spb.ru/prog/cdpd/
MAINTAINER= sem@FreeBSD.org
COMMENT= A daemon to send CDP/LLDP announces over ethernet
GNU_CONFIGURE= yes
EXTRACT_SUFX= .tgz
USE_RC_SUBR= cdpd
PLIST_FILES= sbin/cdpd
MAN8= cdpd.8
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin
@${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${MAN8PREFIX}/man/man8
.include <bsd.port.mk>