1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net-p2p/rtorrent-devel/Makefile
Florent Thoumie 19ba47c85e Fix build issue with gcc 3.4 on 6.x.
PR:		ports/123297
Submitted by:	Gea-Suan Lin
2008-05-02 09:31:28 +00:00

30 lines
721 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.1
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.1:${PORTSDIR}/net-p2p/libtorrent-devel
RUN_DEPENDS= libtorrent-devel=0.12.1:${PORTSDIR}/net-p2p/libtorrent-devel
LIB_DEPENDS= # empty
MASTERDIR= ${.CURDIR}/../rtorrent
MD5_FILE= ${.CURDIR}/distinfo
PLIST= ${.CURDIR}/pkg-plist
DESCR= ${MASTERDIR}/pkg-descr
CONFLICTS= rtorrent-[0-9]*
USE_GCC= 4.2+
.include "${MASTERDIR}/Makefile"