1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/igmpproxy/Makefile
Rene Ladan 8cc15b705e - Do not delete the configuration file on deinstall if it was modified [1]
- For the rc script: [2]
  - use /usr/sbin/daemon to start the rc script because igmpproxy does not
    daemonize itself
  - add shutdown keyword
  - cleanups
- Bump PORTREVISION [2]
PR:		ports/149547 [1], ports/150146 [2]
Submitted by:	Florian Smeets [flo kasimir.com] [1] [2]
Approved by:	maintainer timeout (11 weeks [1], 8 weeks [2])
2010-10-31 14:47:29 +00:00

29 lines
549 B
Makefile

# New ports collection makefile for: igmpproxy
# Date created: 5 January 2009
# Whom: 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
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN5= igmpproxy.conf.5
MAN8= igmpproxy.8
.include <bsd.port.mk>