2003-07-18 00:50:55 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2003/07/17 22:52:05 grant Exp $
|
2003-07-15 14:15:01 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xorp-0.3
|
2003-07-15 14:20:36 +02:00
|
|
|
CATEGORIES= net
|
2003-07-15 14:15:01 +02:00
|
|
|
MASTER_SITES= http://www.xorp.org/release-0.3/
|
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= packages@NetBSD.org
|
2003-07-15 14:15:01 +02:00
|
|
|
HOMEPAGE= http://www.xorp.org/
|
|
|
|
COMMENT= Open router software platform
|
|
|
|
|
|
|
|
# cli/libtecla/configure.in bombs if ncurses is installed
|
|
|
|
CONFLICTS+= ncurses-[0-9]*
|
|
|
|
|
|
|
|
HAS_CONFIGURE= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_GMAKE= YES
|
|
|
|
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|