1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Alexander V. Chernikov 3949dc259c Update net/bird,net/bird6 to 1.6.0
Add sk_setup / io loop fixes from git.
Remove agg patch - new version with different syntax is comingTimeout, server noc-myt.yandex.net not responding.

PR:		211413
Submitted by:	zeising (original version)
Approved by:	az (implicit)
2016-08-14 06:25:17 +00:00

17 lines
297 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
USE_RC_SUBR= ${PORTNAME}
PLIST_SUB= VER="6"
CONFIGURE_ARGS= --enable-ipv6
.include "${MASTERDIR}/Makefile"