blob: e954ccf0138a8cc39b117723b903ed91bdd700ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|