mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
29 lines
745 B
Makefile
29 lines
745 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>
|
|
#
|
|
# $Id: Makefile,v 1.18 1999/07/18 11:46:32 andreas Exp $
|
|
#
|
|
|
|
DISTNAME= zebra-0.73
|
|
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>
|