opnsense-ports/net-mgmt/cdpd/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 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>