# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup xcode 1.0 name IcyJuice set my_name "Icy Juice" version 1.0.2 categories aqua net license GPL-2+ maintainers nomaintainer description Cocoa ICQ client long_description IcyJuice is a cocoa icq client with file transfers \ support and multiple accounts lists. homepage http://www.mitzpettel.com master_sites macports_distfiles distname ${name}${version}src extract.suffix .tgz checksums md5 83fe12d8472733d799703fb9a0d84bee \ sha1 1d8789eb1cf1e2d3d1d939e4a2705ad0c24aadba \ rmd160 fbdaa97dea9a52ca1fcbae41e50339cef0a9b243 patchfiles patch-libicq2000__src__FileTransferClient.cpp # We cannot use xcode.project here because of #12429. #xcode.project "Icy Juice.xcodeproj" build.args "-project \"${my_name}.xcodeproj\"" destroot.args "-project \"${my_name}.xcodeproj\"" post-destroot { xinstall -d ${destroot}${applications_dir} copy ${worksrcpath}/build/${xcode.configuration}/${my_name}.app \ ${destroot}${applications_dir} } livecheck.type none