aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-05-17 11:25:22 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-05-17 11:25:22 +0000
commit2802fd279fb35deeb14c4072a12c8d1062640c5a (patch)
tree35a22561086a9c404a18d3617cf72d2e6d5755ed /net-p2p/libtorrent
parent5f18f86e19e667257fb14d2ddf1c7b84a56d4b3e (diff)
downloadports-2802fd279fb35deeb14c4072a12c8d1062640c5a.tar.gz
ports-2802fd279fb35deeb14c4072a12c8d1062640c5a.zip
Notes
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r--net-p2p/libtorrent/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
index 6cf8c02fbba5..ebe8ce62571d 100644
--- a/net-p2p/libtorrent/Makefile
+++ b/net-p2p/libtorrent/Makefile
@@ -5,16 +5,19 @@
# $FreeBSD$
#
-PORTNAME= libtorrent
-PORTVERSION= 0.8.5
+PORTNAME?= libtorrent
+PORTVERSION?= 0.8.5
+PORTREVISION?= 0
CATEGORIES= net-p2p
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
-MAINTAINER= flz@FreeBSD.org
-COMMENT= BitTorrent Library written in C++
+MAINTAINER?= flz@FreeBSD.org
+COMMENT?= BitTorrent Library written in C++
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
+CONFLICTS?= libtorrent-devel-[0-9]*
+
USE_GCC= 3.4
USE_GNOME= pkgconfig gnomehack
INSTALLS_SHLIB= yes