Ticket #20060: Portfile

File Portfile, 1.2 KB (added by nefar@…, 15 years ago)

portsfile

Line 
1# $Id: Portfile 47869 2009-03-09 04:02:06Z blb@macports.org $
2
3PortSystem 1.0
4name                centerim-devel
5version             4.22.7-29-g23f6
6categories          net
7maintainers         nomaintainer
8platforms           darwin
9description         Console multi-IM client.
10long_description    Console client for AIM/ICQ/Yahoo/IRC/LiveJournal.
11distname            centerim-${version}
12checksums           md5     486e63d4522a7ae79fb59830bff3d93e \
13                    sha1    c603962d2c6555e86970ed81fb3efa70d251b0bc \
14                    rmd160  22e617782752202a87ec16c42ec9a79be617ba5e
15homepage            http://www.centerim.org/
16master_sites        ${homepage}download/mobshots/
17depends_lib         port:libiconv port:gettext port:ncurses port:openssl \
18      port:jpeg port:gpgme
19patchfiles    patch-kkconsui_include_conscommon.h.diff
20# Would enable MSN support but it needs curl +ssl and we can't do that yet
21# because of limitations with the port system not handling dependancies on variants
22configure.args \
23    --disable-msn \
24    --with-libiconv-prefix=${prefix} \
25    --with-libintl-prefix=${prefix} \
26#    --with-ssl --with-openssl=${prefix}/include \
27    --with-libjpeg --with-gpgme-prefix=${prefix} \
28    --without-libcurl