32 lines
732 B
Makefile
32 lines
732 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/04/21 22:57:04 alek Exp $
|
|
|
|
COMMENT = link advertisement (LLDP/CDP etc) daemon
|
|
|
|
DISTNAME = ladvd-0.8
|
|
PKGNAME = ${DISTNAME}p0
|
|
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.61
|
|
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>
|