2019-07-12 20:48:23 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2019/07/12 20:48:30 sthen Exp $
|
2008-07-27 21:29:56 +00:00
|
|
|
|
2009-07-15 08:51:35 +00:00
|
|
|
COMMENT = link advertisement (LLDP/CDP etc) daemon
|
2008-07-27 21:29:56 +00:00
|
|
|
|
|
|
|
CATEGORIES = net
|
|
|
|
|
2017-06-16 15:05:00 +00:00
|
|
|
DISTNAME = ladvd-1.1.1
|
|
|
|
MASTER_SITES = https://github.com/sspans/ladvd/files/1065794/
|
2008-07-27 21:29:56 +00:00
|
|
|
HOMEPAGE = http://blinkenlights.nl/software/ladvd/
|
2018-01-11 19:27:01 +00:00
|
|
|
REVISION = 1
|
2008-07-27 21:29:56 +00:00
|
|
|
|
|
|
|
MAINTAINER = Paul de Weerd <weerd@weirdnet.nl>
|
|
|
|
|
|
|
|
# ISC
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2008-07-27 21:29:56 +00:00
|
|
|
|
2017-06-16 15:05:00 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
2009-07-15 08:51:35 +00:00
|
|
|
CONFIGURE_ARGS += --with-user=_ladvd --with-chroot-dir=/var/empty
|
2008-07-27 21:29:56 +00:00
|
|
|
|
2012-02-22 08:41:54 +00:00
|
|
|
WANTLIB = c event pcap
|
2008-07-27 21:29:56 +00:00
|
|
|
|
2010-04-21 22:57:04 +00:00
|
|
|
# enables regression tests; GNU configure script enables them
|
|
|
|
# only if devel/check is available at build time
|
2010-11-19 22:31:32 +00:00
|
|
|
BUILD_DEPENDS = devel/check
|
2010-04-21 22:22:12 +00:00
|
|
|
|
2008-07-27 21:29:56 +00:00
|
|
|
.include <bsd.port.mk>
|