2009-03-18 15:18:53 +00:00
|
|
|
# New ports collection makefile for: igmpproxy
|
|
|
|
# Date created: 5 January 2009
|
|
|
|
# Whom: asami
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= igmpproxy
|
|
|
|
PORTVERSION= 0.1
|
2010-10-31 14:47:29 +00:00
|
|
|
PORTREVISION= 1
|
2010-01-31 13:08:28 +00:00
|
|
|
PORTEPOCH= 1
|
2009-03-18 15:18:53 +00:00
|
|
|
CATEGORIES= net
|
2010-01-31 13:08:28 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
2009-03-18 15:18:53 +00:00
|
|
|
|
|
|
|
MAINTAINER= melifaro@ipfw.ru
|
|
|
|
COMMENT= Multicast forwarding IGMP proxy
|
|
|
|
|
|
|
|
HOMEPAGE= http://igmpproxy.sourceforge.net/
|
|
|
|
|
|
|
|
USE_RC_SUBR= igmpproxy
|
|
|
|
USE_GMAKE= yes
|
2010-01-31 13:08:28 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2009-03-18 15:18:53 +00:00
|
|
|
|
|
|
|
MAN5= igmpproxy.conf.5
|
|
|
|
MAN8= igmpproxy.8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|