# New ports collection makefile for:	rtorrent-devel
# Date created:				May 17 2006
# Whom:					Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD: ports/net-p2p/rtorrent-devel/Makefile,v 1.39 2012/01/29 11:27:44 flz Exp $
#

PORTNAME=	rtorrent-devel
PORTVERSION=	0.9.0
PORTREVISION=	0
DISTNAME=	${PORTNAME:S/-devel//}-${PORTVERSION}

MAINTAINER=	flz@FreeBSD.org
COMMENT=	BitTorrent Client written in C++ (development version)

BUILD_DEPENDS=	libtorrent-devel=0.13.0:${PORTSDIR}/net-p2p/libtorrent-devel
RUN_DEPENDS=	libtorrent-devel=0.13.0:${PORTSDIR}/net-p2p/libtorrent-devel

MASTERDIR=	${.CURDIR}/../rtorrent
PATCHDIR=	${.CURDIR}/files/
DISTINFO_FILE=	${.CURDIR}/distinfo
PLIST=		${.CURDIR}/pkg-plist
DESCR=		${MASTERDIR}/pkg-descr

CONFLICTS=	rtorrent-[0-9]*

USE_GCC=	4.2+

.include "${MASTERDIR}/Makefile"
