openbsd-ports/net/ladvd/Makefile
weerd cb0781fd1c Update to ladvd-0.9.2. Tested on sparc64 and amd64 by myself, on i386
by william@ and build-tested on powerpc and mips64 by jasper@.

ok jasper@
2010-09-27 19:26:06 +00:00

31 lines
710 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/09/27 19:26:06 weerd Exp $
COMMENT = link advertisement (LLDP/CDP etc) daemon
DISTNAME = ladvd-0.9.2
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>