# -*- 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 126254 2014-10-06 13:26:20Z khindenburg@macports.org $ PortSystem 1.0 PortGroup github 1.0 PortGroup xcode 1.0 github.setup newzealandpaul webarchiver 0.9 epoch 1 categories www maintainers khindenburg openmaintainer license none description Command-line tool to create Safari-style webarchives long_description \ webarchiver is a simply utility that allows you to create Safari\ webarchives (.webarchive) from the command line.\ webarchiver is compatible with Mac OS X 10.4 (Safari 2.0). checksums rmd160 55b138ce9ffe1e51099a64e41f13615775c524f8 \ sha256 1fd992ea04ddaf5c999fec01187483d838b99ea43f8f46a50f8c173a1d631617 destroot { xinstall ${worksrcpath}/build/Release/webarchiver ${destroot}${prefix}/bin set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 644 ${worksrcpath}/README.markdown ${destroot}${docdir} }