1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/mrouted/Makefile
Johan van Selst cc2812d4c7 - Update mrouted to version 3.9.5 from new MASTER_SITE
This release includes our own old patches and other people's improvements
- Remove unneeded patch files
- Install mtrace binary and manpage as well
- Mention new homepage
- Grab maintainership
2011-04-07 20:09:57 +00:00

33 lines
700 B
Makefile

# New ports collection makefile for: mrouted
# Date created: 28 September 2006
# Whom: Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mrouted
PORTVERSION= 3.9.5
CATEGORIES= net
MASTER_SITES= ftp://ftp.vmlinux.org/pub/People/jocke/mrouted/
MAINTAINER= johans@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= *
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>