diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-01-15 13:18:57 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-01-15 13:18:57 +0000 |
commit | 2a281c0c60d656b54ff8ceeaf3b51663be3300e5 (patch) | |
tree | d6fd63cc871a5e3e6f900d273cbe0be1e820a63d /net-p2p/rtorrent/Makefile | |
parent | 122fce5fd9282574987ff137c92f854d00c43393 (diff) | |
download | ports-2a281c0c60d656b54ff8ceeaf3b51663be3300e5.tar.gz ports-2a281c0c60d656b54ff8ceeaf3b51663be3300e5.zip |
Notes
Diffstat (limited to 'net-p2p/rtorrent/Makefile')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 5a7c91592a18..ab3279df43d2 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -1,21 +1,19 @@ # $FreeBSD$ PORTNAME?= rtorrent -PORTVERSION?= 0.9.2 -PORTREVISION?= 1 +PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= net-p2p -MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= flz/rtorrent/ +MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ -MAINTAINER?= az@FreeBSD.org -COMMENT?= BitTorrent Client written in C++ +MAINTAINER= az@FreeBSD.org +COMMENT= BitTorrent Client written in C++ -BUILD_DEPENDS?= libtorrent=0.13.2_1:${PORTSDIR}/net-p2p/libtorrent -RUN_DEPENDS?= libtorrent=0.13.2_1:${PORTSDIR}/net-p2p/libtorrent -LIB_DEPENDS?= curl.6:${PORTSDIR}/ftp/curl +BUILD_DEPENDS= libtorrent=0.13.2_1:${PORTSDIR}/net-p2p/libtorrent +RUN_DEPENDS= libtorrent=0.13.2_1:${PORTSDIR}/net-p2p/libtorrent +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl -CONFLICTS?= rtorrent-devel-[0-9]* +CONFLICTS= rtorrent-devel-[0-9]* USE_GCC= 4.2+ |