38cb984375
- Remove useless patch for enabling workaround code for Mac OS X (the functions are implemented in FreeBSD).
30 lines
730 B
Makefile
30 lines
730 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
|
|
CATEGORIES= net-p2p
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= rb
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
|
COMMENT= A C++ library implementing a BitTorrent client (devel version)
|
|
|
|
LIB_DEPENDS= boost_date_time.3:${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-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|