Ticket #16738: transmission-x11.diff
File transmission-x11.diff, 1.6 KB (added by neric27@…, 16 years ago) |
---|
-
net/transmission-x11/Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name transmission-x11 6 version 1. 206 version 1.34 7 7 categories net gnome x11 8 8 maintainers nomaintainer 9 9 description Lightweight BitTorrent client … … 16 16 homepage http://www.transmissionbt.com/ 17 17 distname transmission-${version} 18 18 master_sites http://download.m0k.org/transmission/files/ 19 checksums md5 6e0b25b10842fdac8a2206f29e951c0d\20 sha1 c107544a3bb340ac16323ea7cd2f35bd6aa30596\21 rmd160 8aa45fc2a85f32b23a760b5401de2b38d911f8b619 checksums md5 c4ef93639bcb895c1b3d279b2f4e27b3 \ 20 sha1 122cd096725225a5e41d79628f341ae8c2051b5c \ 21 rmd160 b80a7c3fb0a7e1c82e2997b0e2dac6fd52557e3e 22 22 use_bzip2 yes 23 23 platforms darwin freebsd 24 depends_lib port:gtk2 \25 port:openssl26 24 27 configure.args --without-wx 25 depends_lib port:openssl \ 26 port:curl 28 27 29 # Avoid the Cocoa build 30 post-extract { 31 reinplace "s|macosx/Makefile| |g" ${worksrcpath}/configure 32 reinplace "s|macosx||g" ${worksrcpath}/Makefile.in 28 depends_build port:gsed 29 30 configure.args --enable-daemon --disable-wx --disable-darwin --disable-gtk --disable-libnotify 31 32 variant gtk description {Build Gtk front-end} { 33 34 depends_lib-append port:gtk2 \ 35 port:dbus-glib 36 configure.args-delete --disable-gtk 37 configure.args-append --enable-gtk 33 38 }