f3eeb09561
Add special 'EXP' option (off by default) to use these patches. Reviewed by: az
18 lines
318 B
Makefile
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"
|