freebsd-ports/net/bird/Makefile

29 lines
564 B
Makefile
Raw Normal View History

# 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
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
2009-06-06 17:50:58 +02:00
MAKE_JOBS_UNSAFE= yes
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 ; \
fi
2010-02-26 19:48:15 +01:00
.include <bsd.port.mk>