freebsd-ports/net-p2p/rtorrent-devel/Makefile
Florent Thoumie 6d3eeda668 Only add extra patches if they are present.
PR:		ports/128775 [1], ports/128807 [2], ports/128921 [3]
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1]
		Jimmie James <jimmiejaz@gmail.com> [2]
		Falko Richter <xendorphin@gmail.com> [3]
2008-11-16 22:22:06 +00:00

32 lines
785 B
Makefile

# 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.3
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.3:${PORTSDIR}/net-p2p/libtorrent-devel
RUN_DEPENDS= libtorrent-devel=0.12.3:${PORTSDIR}/net-p2p/libtorrent-devel
MASTERDIR= ${.CURDIR}/../rtorrent
MD5_FILE= ${.CURDIR}/distinfo
PLIST= ${.CURDIR}/pkg-plist
DESCR= ${MASTERDIR}/pkg-descr
CONFLICTS= rtorrent-[0-9]*
USE_GCC= 4.2+
.if exists(${.CURDIR}/files/devel-*)
EXTRA_PATCHES= ${.CURDIR}/files/devel-*
.endif
.include "${MASTERDIR}/Makefile"