openbsd-ports/net/ladvd/Makefile
weerd 133ced9108 Add rc script
same diff and ok from sthen@
2011-04-23 17:40:34 +00:00

33 lines
740 B
Makefile

# $OpenBSD: Makefile,v 1.11 2011/04/23 17:40:34 weerd Exp $
COMMENT = link advertisement (LLDP/CDP etc) daemon
DISTNAME = ladvd-0.9.2
REVISION = 0
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
USE_GROFF = Yes
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>