Changeset 80592
- Timestamp:
- 07/15/11 08:23:47 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/centerim-devel/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/centerim-devel/Portfile
r69520 r80592 2 2 # $Id$ 3 3 4 PortSystem 1.04 PortSystem 1.0 5 5 6 6 name centerim-devel 7 version 4.22.7-36-g6ba0 8 revision 3 7 replaced_by centerim 8 version 4.22.10 9 9 categories net 10 platforms darwin 10 11 maintainers nomaintainer 11 platforms darwin 12 license GPL-2+ 13 12 14 description Console multi-IM client. 13 long_description Console client for AIM/ICQ/Yahoo/IRC/LiveJournal. 14 distname centerim-${version} 15 checksums md5 be3f231956ceca41e716c679e5e175ed \ 16 sha1 69bf0f824fd11ff96110867c9ebf29355e7475ff \ 17 rmd160 d7690ef9eb47caa5931fbafc8181ac9a163fc750 15 long_description Console client for AIM/ICQ/Yahoo/MSN/IRC/LiveJournal. 16 18 17 homepage http://www.centerim.org/ 19 master_sites ${homepage}download/mobshots/20 depends_lib port:libiconv port:gettext port:ncurses port:openssl \21 port:jpeg port:gpgme22 18 23 configure.args \ 24 --disable-msn \ 25 --disable-yahoo \ 26 --with-libiconv-prefix=${prefix} \ 27 --with-libintl-prefix=${prefix} \ 28 --with-ssl --with-openssl=${prefix}/include \ 29 --with-libjpeg --with-gpgme-prefix=${prefix} \ 30 --without-libcurl 19 distfiles 31 20 32 variant msn description {Enable MSN support (requires curl+ssl)} { 33 depends_build-append port:pkgconfig 34 depends_lib-append port:curl 35 configure.args-delete --disable-msn --without-libcurl 36 configure.args-append --with-libcurl=${prefix} 37 pre-fetch { 38 set fd [open "|pkg-config --variable=supported_features libcurl"] 39 eval set features [gets $fd] 40 close $fd 41 if {[lsearch -exact $features SSL] == -1} { 42 return -code error "curl must be installed with +ssl to enable MSN support." 43 } 44 } 21 pre-configure { 22 ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead." 23 return -code error "obsolete port" 45 24 } 25 26 livecheck.type none
Note: See TracChangeset
for help on using the changeset viewer.

