# New ports collection makefile for: bird # Date created: 12th May 2005 # Whom: Pav Lucistnik # # $FreeBSD$ # PORTNAME= bird6 PORTVERSION= 1.3.7 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ DISTNAME= bird-${PORTVERSION} MAINTAINER= melifaro@ipfw.ru COMMENT= Dynamic IP routing daemon (IPv6 version) LICENSE= GPLv2 USE_BISON= build USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= bird6 post-install: @if [ ! -f ${PREFIX}/etc/bird6.conf ]; then \ ${CP} -p ${PREFIX}/etc/bird6.conf.example ${PREFIX}/etc/bird6.conf ; \ fi .include