1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Martin Wilke c2866e7e03 - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-29 12:00:30 +00:00

22 lines
411 B
Makefile

# Created by: asami
# $FreeBSD$
PORTNAME= igmpproxy
PORTVERSION= 0.1
PORTREVISION= 1
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>