blob: 9d5a4225c871ef1d6686a0cb0ba9217c5c1fcc93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: zebra
# Version required: SNAP 980401
# Date created: So 31 Mai 1998 11:00:30 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.2 1998/05/31 17:45:42 andreas Exp $
#
DISTNAME= zebra-980401
CATEGORIES= net
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
CFLAGS+= -g
MAINTAINER= andreas@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-confdir=${PREFIX}/etc/zebra
.include <bsd.port.mk>
|