freebsd-ports/net-p2p/rblibtorrent/Makefile
Alejandro Pulver f913d6266a - Remove USE_GCC=3.4 to fix building on FreeBSD 7 (I guess the problem was due
to mixing GCC 4.x and GCC 3.x generated code).

PR:		ports/114864
Submitted by:	alepulver (myself)
Approved by:	johan@stromnet.se (maintainer, timeout)
2007-08-29 00:52:50 +00:00

30 lines
710 B
Makefile

# New ports collection makefile for: rblibtorrent
# Date created: 5 February 2006
# Whom: Johan Ström <johan@stromnet.org>
#
# $FreeBSD$
#
PORTNAME= libtorrent
PORTVERSION= 0.12
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= SF
PKGNAMEPREFIX= rb
MAINTAINER= johan@stromnet.se
COMMENT= A C++ library implementing a BitTorrent client
LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-debug
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CONFLICTS= libtorrent-[0-9]* \
libtorrent-devel-[0-9]* \
rblibtorrent-devel-[0-9]*
.include <bsd.port.mk>