mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
465bec37c0
Submitted by: maintainer Feature safe: Yes
34 lines
647 B
Makefile
34 lines
647 B
Makefile
# New ports collection makefile for: bird
|
|
# Date created: 12th May 2005
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bird6
|
|
PORTVERSION= 1.3.4
|
|
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 <bsd.port.mk>
|