rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

27 lines
647 B
Makefile

# $OpenBSD: Makefile,v 1.21 2018/01/11 19:27:06 rpe Exp $
COMMENT = link advertisement (LLDP/CDP etc) daemon
CATEGORIES = net
DISTNAME = ladvd-1.1.1
MASTER_SITES = https://github.com/sspans/ladvd/files/1065794/
HOMEPAGE = http://blinkenlights.nl/software/ladvd/
REVISION = 1
MAINTAINER = Paul de Weerd <weerd@weirdnet.nl>
# ISC
PERMIT_PACKAGE_CDROM = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --with-user=_ladvd --with-chroot-dir=/var/empty
WANTLIB = c event pcap
# 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>