29 lines
754 B
Makefile
29 lines
754 B
Makefile
# $NetBSD: Makefile,v 1.24 2010/01/17 12:02:37 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xorp-1.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.xorp.org/releases/1.6/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.xorp.org/
|
|
COMMENT= The eXtensible Open Router Platform
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
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= ${PREFIX}/xorp
|
|
|
|
# Test target require bash and python (really it, not python2.4 and so on).
|
|
TEST_TARGET= check
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|