eb3c2b436e
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
26 lines
740 B
Makefile
26 lines
740 B
Makefile
# $NetBSD: Makefile,v 1.8 2019/11/03 11:45:41 rillig Exp $
|
|
|
|
DISTNAME= mcast-tools-20061214
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcast-tools/}
|
|
|
|
MAINTAINER= is@NetBSD.org
|
|
COMMENT= IPv6 multicast routing daemons and tools
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
CONFLICTS= pim6sd-[0-9]* pim6dd-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= yacc lex
|
|
|
|
INSTALLATION_DIRS= share/examples/mcast-tools
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/pim6sd/pim6sd.conf.sample ${DESTDIR}${PREFIX}/share/examples/mcast-tools
|
|
${INSTALL_DATA} ${FILESDIR}/pim6dd.conf.sample ${DESTDIR}${PREFIX}/share/examples/mcast-tools
|
|
${INSTALL_DATA} ${WRKSRC}/mfc/mfc.conf.sample ${DESTDIR}${PREFIX}/share/examples/mcast-tools
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|