1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/net/zebra/Makefile
Satoshi Asami dbe56423bc Mark this port broken:
===
===>  Building package for zebra-980604
tar: can't add file sbin/ripngd : No such file or directory
tar: can't add file etc/zebra/ripngd.conf.sample : No such file or directory
===

While I'm here, clean it up a little (move comment and CFLAGS override down,
change += to = for variable defined only once).
1998-06-06 22:32:42 +00:00

23 lines
525 B
Makefile

# New ports collection makefile for: zebra
# Version required: SNAP 980604
# Date created: So 31 Mai 1998 11:00:30 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.5 1998/06/04 17:03:12 itojun Exp $
#
DISTNAME= zebra-980604
CATEGORIES= net
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
MAINTAINER= andreas@FreeBSD.org
BROKEN= package
# you might need debugging, it's a developer release !
#CFLAGS+= -g
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--sysconfdir=${PREFIX}/etc/zebra
.include <bsd.port.mk>