382b97f29c
LADVD uses CDP / LLDP frames to inform switches about connected hosts, which simplifies ethernet switch management. It does this by creating the required payloads and descriptors on startup and then switching to a non-privileged user for the remaining runtime.
26 lines
486 B
Makefile
26 lines
486 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/27 21:29:56 sthen Exp $
|
|
|
|
COMMENT = LLDP/CDP sender for UNIX
|
|
|
|
DISTNAME = ladvd-0.6.0
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://blinkenlights.nl/software/ladvd/
|
|
|
|
MAINTAINER = Paul de Weerd <weerd@weirdnet.nl>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS += --with-user=_ladvd
|
|
|
|
WANTLIB = c
|
|
|
|
.include <bsd.port.mk>
|