- add HOMEPAGE

- remove license type
- remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE
- override SYSCONFDIR variable instead of unnecessarily using CONFIGURE_ARGS
This commit is contained in:
brad 2000-06-26 08:51:39 +00:00
parent c2298f39e5
commit 45c14292fb
2 changed files with 9 additions and 14 deletions

View File

@ -1,26 +1,23 @@
# $OpenBSD: Makefile,v 1.8 2000/05/21 16:04:42 itojun Exp $
# $OpenBSD: Makefile,v 1.9 2000/06/26 08:51:39 brad Exp $
# KAME Id: Makefile,v 1.5 1999/09/13 16:27:41 itojun Exp
DISTNAME= zebra-0.86
CATEGORIES= net
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
# you might need debugging, it's a developer release !
#CFLAGS+= -g
MAINTAINER= itojun@itojun.org
HOMEPAGE= http://www.zebra.org/
LICENSE_TYPE= GPL
MAINTAINER= itojun@itojun.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
GNU_CONFIGURE= Yes
FAKE= Yes
# you might need debugging, it's a developer release !
#CFLAGS+= -g
SYSCONFDIR= ${PREFIX}/lib/zebra
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>
# it looks @cwd has no effect at this moment. we need to avoid using
# path outside of ${PREFIX}. it should be "/lib/zebra" instead.
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/lib/zebra

View File

@ -12,6 +12,4 @@ Zebra is intended to be used as a Route Server and a Route Reflector.
Zebra is not a toolkit, it provides full routing power under a new
architecture.
Homepage:
http://www.zebra.org/
WWW: ${HOMEPAGE}