summaryrefslogtreecommitdiff
path: root/net-p2p/rtorrent-devel/Makefile
blob: 81e1f97ce6f916091acc155c5fda969aab32f442 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	rtorrent-devel
# Date created:				May 17 2006
# Whom:					Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#

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

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

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

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

CONFLICTS=	rtorrent-[0-9]*

USE_GCC=	4.2+

.include "${MASTERDIR}/Makefile"