# New ports collection makefile for: bird # Date created: 12th May 2005 # Whom: Pav Lucistnik # # $FreeBSD$ # PORTNAME= bird PORTVERSION= 1.0.15 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ MAINTAINER= pav@FreeBSD.org COMMENT= Dynamic IP routing daemon USE_BISON= build USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 MAKE_JOBS_UNSAFE= yes post-install: @if [ ! -f ${PREFIX}/etc/bird.conf ]; then \ ${CP} -p ${PREFIX}/etc/bird.conf.example ${PREFIX}/etc/bird.conf ; \ fi .include .if ${OSVERSION} >= 800059 BROKEN= does not build .endif .include