1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/bird6/Makefile
Alexander V. Chernikov 226a5e36ca * net/bird6 is now slave port for net/bird
* Add source address selection fix from upstream
* Bump PORTREVISION

Reviewed by:	timur
2013-12-04 22:08:35 +00:00

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"