1 | # -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 74451 2010-12-18 01:24:52Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name libktorrent |
---|
8 | version 1.1.1 |
---|
9 | set ktorrent_version 4.1.1 |
---|
10 | categories kde kde4 |
---|
11 | maintainers nomaintainer |
---|
12 | description KDE4 bittorrent client library. |
---|
13 | long_description Library for bittorrent client for KDE4 supporting \ |
---|
14 | a variety of features such as uPNP. |
---|
15 | platforms darwin |
---|
16 | homepage http://www.kde.org |
---|
17 | master_sites http://ktorrent.org/downloads/${ktorrent_version}/ |
---|
18 | use_bzip2 yes |
---|
19 | checksums md5 96de8dd6d6cea4255ce946bb4cd69836 \ |
---|
20 | sha1 69230778265d2d9ce3b5570407abace5c2da36a4 \ |
---|
21 | rmd160 d76201941b162895f876d7714fcb3f19d4e0faaf |
---|
22 | |
---|
23 | depends_lib-append port:qca port:gmp port:boost |
---|
24 | |
---|