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 77147 2011-03-21 06:27:29Z rmstonecipher@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name ktorrent4 |
---|
8 | conflicts ktorrent |
---|
9 | version 4.1.1 |
---|
10 | revision 1 |
---|
11 | categories kde kde4 |
---|
12 | maintainers nomaintainer |
---|
13 | description KDE4 bittorrent client, version 4. |
---|
14 | long_description Bittorrent client for KDE4 supporting a variety of \ |
---|
15 | features such as uPNP. |
---|
16 | platforms darwin |
---|
17 | homepage http://www.kde.org |
---|
18 | master_sites http://ktorrent.org/downloads/${version}/ |
---|
19 | use_bzip2 yes |
---|
20 | checksums md5 affadf7c7198e5aa430e91ab75800296 \ |
---|
21 | sha1 15e9f3fd8e0ec3e4cc0ebdafe1c479260d14d919 \ |
---|
22 | rmd160 3bb704086e9072751c2ca3113eb5e0e3d3e36b68 |
---|
23 | distname ktorrent-${version} |
---|
24 | |
---|
25 | depends_lib-append port:kdebase4-runtime port:kdepimlibs4 \ |
---|
26 | port:libktorrent port:boost port:taglib |
---|
27 | |
---|
28 | depends_build-append bin:perl:perl5 |
---|