freebsd-ports/net/bird/Makefile
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00

38 lines
656 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= bird
PORTVERSION= 1.6.6
PORTREVISION= 1
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}
GROUPS= birdvty
PORTSCOUT= limit:^1\.
.if ${FLAVOR:U} == ipv6
CONFIGURE_ARGS+= --enable-ipv6
PLIST_SUB= VER=6
.else
PLIST_SUB?= VER=""
.endif
.include <bsd.port.mk>