freebsd-ports/net/mrouted/Makefile
Hiroki Sato 878145a4ff Update to 3.9.6 and fix $MASTER_SITES. Take maintainership.
Approved by:	johans
Feature safe:	yes
2012-11-30 17:03:08 +00:00

28 lines
653 B
Makefile

# Created by: Bruce M Simpson <bms@FreeBSD.org>
# $FreeBSD$
PORTNAME= mrouted
PORTVERSION= 3.9.6
CATEGORIES= net
MASTER_SITES= http://cloud.github.com/downloads/troglobit/mrouted/
MAINTAINER= hrs@FreeBSD.org
COMMENT= Multicast routing daemon providing DVMRP for IPv4
USE_RC_SUBR= mrouted
USE_BZIP2= yes
USE_GMAKE= yes
MAKE_ARGS= sysconfdir=${PREFIX}/etc \
mandir=${MAN8PREFIX}/man/man8
MAN8= map-mbone.8 mrouted.8 mrinfo.8 mtrace.8
PORTDOCS= README AUTHORS LICENSE ChangeLog
PLIST_FILES= sbin/map-mbone sbin/mrouted sbin/mrinfo sbin/mtrace \
etc/mrouted.conf
.ifdef NOPORTDOCS
MAKE_ARGS+= datadir=${WRKDIR}/doc
.endif
.include <bsd.port.mk>