igmpproxy update to 0.3, mostly fixing previous FreeBSD build issues. MAX_IF patch kept and raised further to retain operation when many addresses are found in the system. (On OPNsense/pfSense 40 addresses can be too low.) PR: 252857 Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
25 lines
451 B
Makefile
25 lines
451 B
Makefile
# Created by: asami
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= igmpproxy
|
|
DISTVERSION= 0.3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= franco@opnsense.org
|
|
COMMENT= Multicast forwarding IGMP proxy
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pali
|
|
GNU_CONFIGURE= yes
|
|
USE_RC_SUBR= igmpproxy
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/igmpproxy.conf \
|
|
${STAGEDIR}${PREFIX}/etc/igmpproxy.conf.sample
|
|
|
|
.include <bsd.port.mk>
|