summaryrefslogtreecommitdiffstats
path: root/net/xorp-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/xorp-devel/Makefile')
-rw-r--r--net/xorp-devel/Makefile102
1 files changed, 0 insertions, 102 deletions
diff --git a/net/xorp-devel/Makefile b/net/xorp-devel/Makefile
deleted file mode 100644
index c4b4856..0000000
--- a/net/xorp-devel/Makefile
+++ /dev/null
@@ -1,102 +0,0 @@
-# Created by: Bruce M Simpson <bms@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= xorp-devel
-PORTVERSION= 2009120801
-PORTREVISION= 3
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= bms
-DISTNAME= xorp-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Open source network routing platform, development branch
-
-BUILD_DEPENDS= python:${PORTSDIR}/lang/python
-# Uses libcurses, libcrypto, librt from base system.
-LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs \
- libpcap.so:${PORTSDIR}/net/libpcap
-
-CONFLICTS= xorp-1*
-
-NOMAN= defined
-
-USE_GCC= any
-USE_PYTHON_BUILD= 2
-USES= scons tar:bzip2
-NO_STAGE= yes
-#USE_OPENSSL= yes
-
-OPTIONS_DEFINE= OPTIMIZE ORIGIN SHARED STRIP TCP_RPC
-OPTIONS_DEFAULT= OPTIMIZE ORIGIN SHARED STRIP
-OPTIMIZE_DESC= Build with optimization
-ORIGIN_DESC= Use ORIGIN with shared libraries
-SHARED_DESC= Build with shared libraries
-TCP_RPC_DESC= Use TCP as RPC transport (defaults to AF_LOCAL)
-
-#
-# To roll snapshot: as bms: make BOOTSTRAP=defined fetch
-#
-.if defined(BOOTSTRAP)
-FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion
-SVN_REV= 11685 # svn tip at epoch 2009120801
-SVNROOT_URI= http://xorp.svn.sourceforge.net/svnroot/xorp
-
-do-fetch:
- ${MKDIR} ${WRKDIR}
- svn export -r ${SVN_REV} ${SVNROOT_URI}/trunk/xorp ${WRKSRC}
- cd ${WRKDIR}; tar cvfy ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME}
-.if ${USER} == bms
- ${CHMOD} ugo+r ${DISTDIR}/${DISTNAME}.tar.bz2
- scp -p ${DISTDIR}/${DISTNAME}.tar.bz2 \
- freefall.freebsd.org:public_distfiles/
-.endif
-.endif # defined(BOOTSTRAP)
-
-.include <bsd.port.options.mk>
-
-XORP_GROUP= xorp
-USE_RC_SUBR= xorp
-
-MAKE_ARGS+= prefix=${PREFIX}
-
-.if ${PORT_OPTIONS:MOPTIMIZE}
-MAKE_ARGS+= optimize=yes
-.else
-MAKE_ARGS+= optimize=no
-.endif
-
-.if ${PORT_OPTIONS:MSHARED}
-MAKE_ARGS+= shared=true
-PLIST_SUB+= XORP_SHLIB=""
-USE_LDCONFIG= ${PREFIX}/lib/xorp/lib
-. if ${PORT_OPTIONS:MORIGIN}
-MAKE_ARGS+= origin=true
-. else
-MAKE_ARGS+= origin=false
-. endif
-.else
-MAKE_ARGS+= shared=false
-PLIST_SUB+= XORP_SHLIB="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MSTRIP}
-MAKE_ARGS+= strip=true
-.else
-MAKE_ARGS+= strip=false
-.endif
-
-.if ${PORT_OPTIONS:MTCP_RPC}
-MAKE_ARGS+= transport=tcp
-.else
-MAKE_ARGS+= transport=local
-.endif
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64
-.endif
-
-post-install:
- ${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
-.include <bsd.port.mk>
OpenPOWER on IntegriCloud