1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/bird/Makefile
Olivier Cochard 101f50499c Update to 1.6.4 and remove the FreeBSD's specific feature FIREWALL option
to ease port maintenance.

PR:		226860
Reported by:	Leo Vandewoestijne <freebsd@dns.company>
2018-03-27 15:09:22 +00:00

33 lines
598 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= bird
PORTVERSION= 1.6.4
CATEGORIES= net
MASTER_SITES= ftp://bird.network.cz/pub/bird/
MAINTAINER= olivier@FreeBSD.org
COMMENT?= Dynamic IP routing daemon (${FLAVOR:Uipv4:S/ip/IP/} version)
LICENSE= GPLv2
FLAVORS= ipv4 ipv6
ipv6_PKGNAMESUFFIX= 6
USES= autoreconf bison gmake ncurses readline
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var
MAKE_JOBS_UNSAFE= yes
USE_RC_SUBR= ${PKGBASE}
.if ${FLAVOR:U} == ipv6
CONFIGURE_ARGS+= --enable-ipv6
PLIST_SUB= VER=6
.else
PLIST_SUB?= VER=""
.endif
.include <bsd.port.mk>