opnsense-ports/net/igmpproxy/Makefile
Franco Fichtner 599d27ab03 net/igmpproxy: update to 0.4, fix new define and increase MAX_IF
Haven't heard about issues with hitting MAX_IF but increasingly
we get bigger deployments so increase the number for lack of
upstream support regarding making this a dynamic array.
2023-04-14 11:47:06 +02:00

23 lines
458 B
Makefile

PORTNAME= igmpproxy
DISTVERSION= 0.4
PORTEPOCH= 1
CATEGORIES= net
MAINTAINER= franco@opnsense.org
COMMENT= Multicast forwarding IGMP proxy
WWW= https://github.com/pali/igmpproxy
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>