1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/net/zebra/Makefile
Andreas Klemm d5c46fbd60 Give zebra a config directory of it's own ${PREFIX}/etc/zebra
Try to remove it when deinstalling.
1998-05-31 17:45:45 +00:00

19 lines
449 B
Makefile

# 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.1.1.1 1998/05/31 09:25:50 andreas Exp $
#
DISTNAME= zebra-980401
CATEGORIES= net
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
MAINTAINER= andreas@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-confdir=${PREFIX}/etc/zebra
.include <bsd.port.mk>