f50fdd748e
If we need to make an exception we can do it and properly document the reason but by default we should just use the default login class. rc.d uses daemon or the login class provided in login.conf.d so this has no impact there. discussed with sthen@, tb@ and robert@ praying that my grep/sed skills did not break anything and still believing in portbump :-)
25 lines
582 B
Makefile
25 lines
582 B
Makefile
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 = 2
|
|
|
|
MAINTAINER = Paul de Weerd <weerd@weirdnet.nl>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE = 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>
|