1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/xorp/Makefile
Jan Beich 0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +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= 9
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.7,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>