freebsd-ports/net/xorp/Makefile
Jan Beich 98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00

60 lines
1.7 KiB
Makefile

# Created by: Bruce M Simpson <bms@FreeBSD.org>
# $FreeBSD$
PORTNAME= xorp
PORTVERSION= 1.8.5
DISTVERSIONPREFIX= ${PORTNAME}-
PORTREVISION= 6
CATEGORIES= net
MAINTAINER= hrs@FreeBSD.org
COMMENT= EXtensible Open Router Platform
LICENSE= GPLv2
LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
libpcap.so.1:net/libpcap # avoid base libpcap
USES= ncurses scons shebangfix ssl compiler:env python:2,build
USE_GITHUB= yes
USE_RC_SUBR= xorp
GH_ACCOUNT= greearb
GH_PROJECT= ${PORTNAME}.ct
SHEBANG_FILES= xrl/scripts/clnt-gen xrl/scripts/tgt-gen
python_OLD_CMD= .*python
WRKSRC_SUBDIR= ${PORTNAME}
MAKE_ARGS= prefix=${PREFIX} enable_boost=1
SUB_FILES= pkg-message
GROUPS= xorp
BROKEN_armv6= does not compile: recursive template instantiation exceeded maximum depth of 25
BROKEN_sparc64= does not compile on sparc64
OPTIONS_DEFINE= OPTIMIZE ORIGIN SHARED STRIP TCP_RPC
OPTIONS_DEFAULT= OPTIMIZE ORIGIN SHARED STRIP
OPTIONS_SUB= yes
OPTIMIZE_DESC= Build with optimization
OPTIMIZE_MAKE_ARGS= optimize=highest
OPTIMIZE_MAKE_ARGS_OFF= optimize=no
ORIGIN_DESC= Use ORIGIN with shared libraries
ORIGIN_MAKE_ARGS= origin=true
ORIGIN_MAKE_ARGS_OFF= origin=false
SHARED_DESC= Build with shared libraries
SHARED_MAKE_ARGS= shared=true
SHARED_MAKE_ARGS_OFF= shared=false
SHARED_USE_ON= LDCONFIG=${PREFIX}/lib/xorp/lib
STRIP_MAKE_ARGS= strip=true
STRIP_MAKE_ARGS_OFF= strip=false
TCP_RPC_DESC= Use TCP as RPC transport (defaults to AF_LOCAL)
TCP_RPC_MAKE_ARGS= transport=tcp
TCP_RPC_MAKE_ARGS_OFF= transport=local
post-patch:
@${REINPLACE_CMD} 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/SConstruct
post-install:
${INSTALL_DATA} ${WRKSRC}/rtrmgr/config/multicast4.boot \
${STAGEDIR}${PREFIX}/etc/xorp.conf.sample
.include <bsd.port.mk>