pkgsrc/net/xorp/Makefile
rillig 4ed166866d Updated xorp to 1.2.
Changes since 1.1:
  ALL:
    - Numerous improvements, bug fixes and cleanup.

    - The third-party ospfd implementation is replaced with a new
      OSPF implementation developed from scratch.

    - The integration of the routing policy mechanism with the rest of
      the system is completed.

    - XORP now builds on Windows Server 2003 (Service Pack 1),
      amd64+FreeBSD-6.0, FreeBSD-6.1 (BETA3), NetBSD-3.0, OpenBSD-2.8,
      MacOS X 10.4.5, Linux Fedora Core4 (among others).

    [...]

Changes since 1.0:
  ALL:
    - Numerous improvements, bug fixes and cleanup.

    - XORP now builds on amd64+OpenBSD-3.6-current.

    - The --enable-advanced-mcast-api flag to "./configure" has been
      replaced  with the --disable-advanced-multicast-api flag.

    - Addition of support for code execution profiling.

    - Currently "gmake" does not build the regression tests.
      The command "gmake check" should be used to build and run the
      regression tests.

    - Addition of two new documents:
      * "An Introduction to Writing a XORP Process"
      * "XORP User Manual"

    [...]
2006-03-11 21:01:59 +00:00

23 lines
609 B
Makefile

# $NetBSD: Makefile,v 1.17 2006/03/11 21:01:59 rillig Exp $
#
DISTNAME= xorp-1.2
CATEGORIES= net
MASTER_SITES= http://www.xorp.org/releases/1.2/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.xorp.org/
COMMENT= The eXtensible Open Router Platform
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl:Q}
# The xorp people insist on their own PREFIX.
# See http://www.xorp.org/bugzilla/show_bug.cgi?id=91
GNU_CONFIGURE_PREFIX= ${LOCALBASE}/xorp
TEST_TARGET= check
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"