mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
0178ef2b54
zebra isn't working Can't set interface's address. Can't set interface's address. Can't set interface's address. Can't set interface's address. waiting for a fix from author.
23 lines
559 B
Makefile
23 lines
559 B
Makefile
# New ports collection makefile for: zebra
|
|
# Version required: SNAP 981222
|
|
# Date created: So 31 Mai 1998 11:00:30 CEST
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $Id: Makefile,v 1.10 1999/04/12 20:12:42 andreas Exp $
|
|
#
|
|
|
|
DISTNAME= zebra-19990416
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
|
# you might need debugging, it's a developer release !
|
|
#CFLAGS+= -g
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
BROKEN= "bug: waiting for a fix from author"
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra
|
|
|
|
.include <bsd.port.mk>
|