# $Id: Portfile 28587 2007-09-04 05:54:53Z boeyms@macports.org $ PortSystem 1.0 name polipo version 1.0.2 categories www platforms darwin maintainers boeyms openmaintainer description small and fast web caching proxy long_description Polipo is a small and fast caching web proxy designed to \ be used by one person or a small group of people. homepage http://www.pps.jussieu.fr/~jch/software/polipo/ master_sites http://www.pps.jussieu.fr/~jch/software/files/polipo/ checksums md5 2d1d8af414429e5823675a781604c70a \ sha1 2097a2b3733229010621d4ecdc3f57e3cbf95d16 \ rmd160 7e934fb7a8ffd62627fe93661fecbcec74285f80 use_configure no build.args PREFIX=${prefix} \ LOCAL_ROOT=${prefix}/share/polipo/www \ DISK_CACHE_ROOT=${prefix}/var/cache/polipo destroot.destdir PREFIX=${prefix} \ TARGET=${destroot} \ MANDIR=${prefix}/share/man \ INFODIR=${prefix}/share/info \ DISK_CACHE_ROOT=${prefix}/var/cache/polipo \ LOCAL_ROOT=${prefix}/share/polipo/www destroot.keepdirs ${destroot}${prefix}/var/cache/polipo post-destroot { xinstall -m 644 ${worksrcpath}/config.sample \ ${destroot}${prefix}/etc/polipo.conf.sample } livecheck.check regex livecheck.url ${homepage}CHANGES.text livecheck.regex Polipo (${version})