# New ports collection makefile for: trafficserver # Date created: 2010-08-15 # Whom: Jui-Nan Lin # # $FreeBSD$ # PORTNAME= trafficserver PORTVERSION= 3.0.0 CATEGORIES= www MASTER_SITES= APACHE/${PORTNAME} MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= A fast, scalable and extensible HTTP proxy server LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ expat.6:${PORTSDIR}/textproc/expat2 \ pcre.0:${PORTSDIR}/devel/pcre LICENSE= ASL USE_AUTOTOOLS= autoconf automake libtool USE_BZIP2= yes USE_ICONV= yes USE_OPENSSL= yes USE_SQLITE= yes USE_TCL= yes USE_RC_SUBR= ${PORTNAME} .include .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) BUILD_DEPENDS= xz>0:${PORTSDIR}/archivers/xz RUN_DEPENDS= xz>0:${PORTSDIR}/archivers/xz .endif .if ${OSVERSION} < 800000 && ${ARCH} == "amd64" BROKEN= does not compile on 7.X .endif post-configure: @${FIND} ${WRKSRC} -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} \ -e 's,LIBTOOL_LINK_FLAGS = -R -R,LIBTOOL_LINK_FLAGS = -R,' \ -e 's,LDFLAGS = -rdynamic *-R -R,LDFLAGS = -rdynamic -R,' .include