blob: c832aef0d3ffb8f3da0b04b83e8d30e181f050ea (
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
|
# Created by: Alexandre Snarskii <snar@paranoia.ru>
# $FreeBSD$
PORTNAME= cdpd
PORTVERSION= 1.0.4.1
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://snar.spb.ru/prog/cdpd/
MAINTAINER= feld@FreeBSD.org
COMMENT= Daemon to send CDP/LLDP announces over ethernet
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= tar:tgz
GNU_CONFIGURE= yes
USE_RC_SUBR= cdpd
PLIST_FILES= sbin/cdpd man/man8/cdpd.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>
|