mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
7dc406a7a1
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
23 lines
516 B
Makefile
23 lines
516 B
Makefile
# Created by: 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= Daemon to send CDP/LLDP announces over ethernet
|
|
|
|
GNU_CONFIGURE= yes
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
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>
|