2012-02-22 03:41:54 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2012/02/22 08:41:54 weerd Exp $
|
2008-07-27 17:29:56 -04:00
|
|
|
|
2009-07-15 04:51:35 -04:00
|
|
|
COMMENT = link advertisement (LLDP/CDP etc) daemon
|
2008-07-27 17:29:56 -04:00
|
|
|
|
2012-02-22 03:41:54 -05:00
|
|
|
DISTNAME = ladvd-1.0.4
|
2008-07-27 17:29:56 -04:00
|
|
|
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}
|
|
|
|
|
2012-02-22 03:41:54 -05:00
|
|
|
AUTOCONF_VERSION = 2.65
|
2012-02-21 11:21:41 -05:00
|
|
|
CONFIGURE_STYLE = autoconf
|
2009-07-15 04:51:35 -04:00
|
|
|
CONFIGURE_ARGS += --with-user=_ladvd --with-chroot-dir=/var/empty
|
2008-07-27 17:29:56 -04:00
|
|
|
|
2012-02-22 03:41:54 -05:00
|
|
|
WANTLIB = c event pcap
|
2008-07-27 17:29:56 -04:00
|
|
|
|
2010-04-21 18:57:04 -04:00
|
|
|
# enables regression tests; GNU configure script enables them
|
|
|
|
# only if devel/check is available at build time
|
2010-11-19 17:31:32 -05:00
|
|
|
BUILD_DEPENDS = devel/check
|
2010-04-21 18:22:12 -04:00
|
|
|
|
2008-07-27 17:29:56 -04:00
|
|
|
.include <bsd.port.mk>
|