3949dc259c
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)
16 lines
297 B
Makefile
16 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"
|