1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/zebra-devel/Makefile
Andreas Klemm ba1ebb3ea9 Update zebra to 0.79
This software is still under developement
Please read the README's or subscribe to the zebra mailing list
1999-09-19 12:14:57 +00:00

29 lines
703 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>
#
# $FreeBSD$
#
DISTNAME= zebra-0.79
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
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra
post-install:
@${ECHO} "===> installing zebra startup file..."
@${SED} -e "s=!!PREFIX!!=${PREFIX}=" \
< ${FILESDIR}/zebra.sh \
> ${PREFIX}/etc/rc.d/zebra.sh
@${CHMOD} 555 ${PREFIX}/etc/rc.d/zebra.sh
@${ECHO} "===> done."
.include <bsd.port.mk>