diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-05-17 11:25:22 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-05-17 11:25:22 +0000 |
commit | 2802fd279fb35deeb14c4072a12c8d1062640c5a (patch) | |
tree | 35a22561086a9c404a18d3617cf72d2e6d5755ed /net-p2p/libtorrent | |
parent | 5f18f86e19e667257fb14d2ddf1c7b84a56d4b3e (diff) |
Notes
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 11 |
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 |