1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup xcode 1.0 |
---|
6 | |
---|
7 | name transmission |
---|
8 | version 1.74 |
---|
9 | categories net aqua |
---|
10 | maintainers nomaintainer |
---|
11 | description Lightweight BitTorrent client |
---|
12 | long_description \ |
---|
13 | Transmission is a free, lightweight BitTorrent client. \ |
---|
14 | It features a simple, intuitive interface on top of an \ |
---|
15 | efficient, cross-platform back-end. Transmission is open \ |
---|
16 | source (MIT license) and runs on Mac OS X (Cocoa interface), \ |
---|
17 | Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS \ |
---|
18 | (native interface). \ |
---|
19 | This is the Cocoa version. |
---|
20 | homepage http://www.transmissionbt.com/ |
---|
21 | |
---|
22 | master_sites http://download.m0k.org/transmission/files/ |
---|
23 | checksums md5 6b1080800c62308179cfc7a691c82d63 \ |
---|
24 | sha1 0a80dadc273cab862d7dc2f5f47c0a06d059589a \ |
---|
25 | rmd160 b2367210d9442561ceef95a2113501cb9cb5ce9c |
---|
26 | use_bzip2 yes |
---|
27 | |
---|
28 | patchfiles patch-project.pbxproj.diff |
---|
29 | platforms macosx |
---|
30 | |
---|
31 | depends_lib port:gettext |
---|
32 | |
---|
33 | xcode.target Transmission |
---|
34 | xcode.configuration Release |
---|
35 | |
---|
36 | destroot { |
---|
37 | file copy build/${xcode.configuration}/Transmission.app ${destroot}${applications_dir}/Transmission.app |
---|
38 | } |
---|