1 | # $Id: Portfile 47869 2009-03-09 04:02:06Z blb@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name centerim-devel |
---|
5 | version 4.22.7-29-g23f6 |
---|
6 | categories net |
---|
7 | maintainers nomaintainer |
---|
8 | platforms darwin |
---|
9 | description Console multi-IM client. |
---|
10 | long_description Console client for AIM/ICQ/Yahoo/IRC/LiveJournal. |
---|
11 | distname centerim-${version} |
---|
12 | checksums md5 486e63d4522a7ae79fb59830bff3d93e \ |
---|
13 | sha1 c603962d2c6555e86970ed81fb3efa70d251b0bc \ |
---|
14 | rmd160 22e617782752202a87ec16c42ec9a79be617ba5e |
---|
15 | homepage http://www.centerim.org/ |
---|
16 | master_sites ${homepage}download/mobshots/ |
---|
17 | depends_lib port:libiconv port:gettext port:ncurses port:openssl \ |
---|
18 | port:jpeg port:gpgme |
---|
19 | patchfiles 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 |
---|
22 | configure.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 |
---|