mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
226a5e36ca
* Add source address selection fix from upstream * Bump PORTREVISION Reviewed by: timur
19 lines
314 B
Makefile
19 lines
314 B
Makefile
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bird6
|
|
COMMENT= Dynamic IP routing daemon (IPv6 version)
|
|
DISTNAME= bird-${PORTVERSION}
|
|
|
|
MASTERDIR= ${.CURDIR}/../bird
|
|
|
|
OPTIONS_DEFINE=
|
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
PLIST_SUB= VER="6"
|
|
|
|
CONFIGURE_ARGS= --enable-ipv6
|
|
|
|
.include "${MASTERDIR}/Makefile"
|