mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Alexander V. Chernikov](/assets/img/avatar_default.png)
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)
17 lines
297 B
Makefile
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"
|