2011-04-23 13:40:34 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2011/04/23 17:40:34 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
|
|
|
|
2010-09-27 15:26:06 -04:00
|
|
|
DISTNAME = ladvd-0.9.2
|
2011-04-23 13:40:34 -04:00
|
|
|
REVISION = 0
|
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}
|
|
|
|
|
2010-05-26 13:03:59 -04:00
|
|
|
AUTOCONF_VERSION = 2.64
|
2009-07-26 06:50:10 -04:00
|
|
|
CONFIGURE_STYLE = gnu autoconf
|
2009-07-15 04:51:35 -04:00
|
|
|
CONFIGURE_ARGS += --with-user=_ladvd --with-chroot-dir=/var/empty
|
2010-11-19 17:31:32 -05:00
|
|
|
USE_GROFF = Yes
|
2008-07-27 17:29:56 -04:00
|
|
|
|
2009-07-15 04:51:35 -04:00
|
|
|
WANTLIB = c event
|
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>
|