mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
3419c789d4
and net/pim6dd.
24 lines
449 B
Makefile
24 lines
449 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pim6
|
|
PORTVERSION= 20061214
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= SF/mcast-tools
|
|
PKGNAMESUFFIX= -tools
|
|
DISTNAME= mcast-tools-${PORTVERSION}
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= IPv6 multicast tools
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= YACC=${YACC}
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/mfc/mfc.conf.sample ${STAGEDIR}${PREFIX}/etc
|
|
|
|
.include <bsd.port.mk>
|