freebsd-ports/net/bird6/Makefile
Alexander V. Chernikov f3eeb09561 Add several experimental patches to the port.
Add special 'EXP' option (off by default) to use these patches.

Reviewed by:	az
2015-01-21 18:06:23 +00:00

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