freebsd-ports/net/igmpproxy/Makefile
Kurt Jaeger 89aa5cc96b net/igmpproxy: fix issue with changes to struct ip for fbsd 9/10
PR:		188986
Submitted by:	yuri@rivera.ru
Approved by:    melifaro@ipfw.ru (maintainer timeout)
2014-10-11 14:24:05 +00:00

21 lines
411 B
Makefile

# Created by: asami
# $FreeBSD$
PORTNAME= igmpproxy
PORTVERSION= 0.1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= melifaro@ipfw.ru
COMMENT= Multicast forwarding IGMP proxy
HOMEPAGE= http://igmpproxy.sourceforge.net/
USE_RC_SUBR= igmpproxy
USES= gmake
GNU_CONFIGURE= yes
.include <bsd.port.mk>