2005-05-12 21:25:55 +02:00
|
|
|
# New ports collection makefile for: bird
|
|
|
|
# Date created: 12th May 2005
|
|
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bird
|
2010-02-26 19:48:15 +01:00
|
|
|
PORTVERSION= 1.2.1
|
2005-05-12 21:25:55 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://bird.network.cz/pub/bird/
|
|
|
|
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
|
|
COMMENT= Dynamic IP routing daemon
|
|
|
|
|
2007-10-17 12:13:01 +02:00
|
|
|
USE_BISON= build
|
2005-05-12 21:25:55 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-ipv6
|
|
|
|
|
2009-06-06 17:50:58 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
2005-05-12 21:25:55 +02:00
|
|
|
post-install:
|
2009-09-16 22:24:42 +02:00
|
|
|
@if [ ! -f ${PREFIX}/etc/bird6.conf ]; then \
|
|
|
|
${CP} -p ${PREFIX}/etc/bird6.conf.example ${PREFIX}/etc/bird6.conf ; \
|
2005-05-12 21:25:55 +02:00
|
|
|
fi
|
|
|
|
|
2010-02-26 19:48:15 +01:00
|
|
|
.include <bsd.port.mk>
|