Ticket #15549: Portfile

File Portfile, 1.0 KB (added by yogi613@…, 16 years ago)

Deluge 0.5.9.1 portfile

Line 
1# $Id$
2
3PortSystem 1.0
4PortGroup python25 1.0
5
6name            deluge
7version         0.5.9.1
8categories-append   net gnome
9maintainers nomaintainer
10description     A GNOME BitTorrent client.
11long_description \
12        Deluge is a GNOME client for the BitTorrent network written in python.
13homepage        http://www.deluge-torrent.org
14platforms       darwin
15
16master_sites    http://download.deluge-torrent.org/source/${version}/
17
18checksums       md5 f0545334af0011747d565d6a778a8b23 \
19                sha1 1144d07fc808669aa74af00b1f7808db73c8d96d \
20                rmd160 d765706b5432514bbf0057e2b0fbc481160d5c1c
21
22worksrcdir      ${name}-torrent-${version}
23
24depends_lib-append      \
25        port:dbus-python25 \
26        port:gettext \
27        port:librsvg \
28        port:py25-gtk \
29        port:py25-hashlib \
30        port:py25-xdg \
31        port:py25-zlib \
32        port:boost
33
34configure.cflags-append -I${prefix}/include/boost
35configure.cppflags-append -I${prefix}/include/boost
36build.env       \
37        PYTHON_CFLAGS="-I${prefix}/include -I${prefix}/include/boost" \
38        PYTHON_LDFLAGS=-L${prefix}/lib \
39        CFLAGS="-I${prefix}/include -I${prefix}/include/boost"