29 lines
644 B
Makefile
29 lines
644 B
Makefile
# $OpenBSD: Makefile,v 1.15 2013/08/15 09:21:10 sthen Exp $
|
|
|
|
COMMENT = link advertisement (LLDP/CDP etc) daemon
|
|
|
|
DISTNAME = ladvd-1.0.4
|
|
REVISION = 0
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://blinkenlights.nl/software/ladvd/
|
|
|
|
MAINTAINER = Paul de Weerd <weerd@weirdnet.nl>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
|
|
AUTOCONF_VERSION = 2.65
|
|
CONFIGURE_STYLE = autoconf
|
|
CONFIGURE_ARGS += --with-user=_ladvd --with-chroot-dir=/var/empty
|
|
|
|
WANTLIB = c event pcap
|
|
|
|
# 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>
|