1d139989a3
logic, better ifdescr support and support for vlan encapsulated advertisements amongst other things. Tested on i386, amd64, sparc64 and arm by various people - thanks. Brad reminded to switch off PIE on hppa. ok stephan@ jasper@ kili@
31 lines
710 B
Makefile
31 lines
710 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/05/26 17:03:59 weerd Exp $
|
|
|
|
COMMENT = link advertisement (LLDP/CDP etc) daemon
|
|
|
|
DISTNAME = ladvd-0.9.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}
|
|
|
|
AUTOCONF_VERSION = 2.64
|
|
CONFIGURE_STYLE = gnu autoconf
|
|
CONFIGURE_ARGS += --with-user=_ladvd --with-chroot-dir=/var/empty
|
|
|
|
WANTLIB = c event
|
|
|
|
# enables regression tests; GNU configure script enables them
|
|
# only if devel/check is available at build time
|
|
BUILD_DEPENDS = ::devel/check
|
|
|
|
.include <bsd.port.mk>
|