Files
Yasuhiro Kimura 6e65332615 net-mgmt/cdpd: Pass maintainership to new volunteer
Requested by:	new maintainer (in freebsd-ports ML)
2024-09-14 18:00:27 +09:00

24 lines
529 B
Makefile

PORTNAME= cdpd
PORTVERSION= 1.0.4.1
PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= http://snar.spb.ru/prog/cdpd/
MAINTAINER= freebsd@gushi.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 share/man/man8/cdpd.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>