# -*- 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 # $Id: Portfile 50124 2009-04-26 07:44:15Z jeremyhu@macports.org $ PortSystem 1.0 name libproxy version 0.2.3 revision 1 categories net maintainers devans platforms darwin homepage http://code.google.com/p/${name}/ master_sites googlecode description A library that provides automatic proxy configuration management. long_description Libproxy exists to answer the question: Given a \ network resource, how do I reach it? It handles all \ the details, enabling you to get back to programming. checksums md5 86b635e1eb2d665cfbef4c6134fe6604 \ sha1 2b2b00a179740548035a1145bbae600db9b0a2ce \ rmd160 c86c4f8403cb879380e101d074af469c960b5c1c depends_build port:pkgconfig depends_lib port:gconf \ port:python25 \ port:xorg-libXmu configure.python ${prefix}/bin/python2.5 configure.args --without-webkit \ --without-kde \ --without-networkmanager \ --without-mozjs variant no_x11 conflicts kde { configure.args-append --without-x11 depends_lib-delete port:xorg-libXmu } variant kde conflicts no_x11 description {Enable kde plugin (requires X11)} { configure.args-delete --without-kde } livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"