freebsd-ports/net/xorp/Makefile
Sunpoet Po-Chuan Hsieh dfe005ee44 Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
2020-05-25 18:33:44 +00:00

63 lines
1.8 KiB
Makefile

# Created by: Bruce M Simpson <bms@FreeBSD.org>
# $FreeBSD$
PORTNAME= xorp
PORTVERSION= 1.8.5
DISTVERSIONPREFIX= ${PORTNAME}-
PORTREVISION= 14
CATEGORIES= net
MAINTAINER= hrs@FreeBSD.org
COMMENT= EXtensible Open Router Platform
LICENSE= GPLv2
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-09-15
LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
libpcap.so.1:net/libpcap # avoid base libpcap
USES= ncurses scons:python2 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= 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>