# -*- 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 122699 2014-07-27 06:17:17Z mojca@macports.org $ PortSystem 1.0 name cws2fws-pl version 0.0.1 revision 2 categories multimedia license {Artistic-1 GPL} maintainers nomaintainer description Flash format 6+ decompressor long_description ${description} platforms darwin supported_archs noarch homepage http://zefonseca.com/cws2fws/ master_sites http://zefonseca.com/cws2fws/release/ distfiles cws2fws depends_run port:p5.16-io-compress checksums rmd160 733a7fa884771c4a5d66eaafc5d89c867048ca20 \ sha256 29ae3d39450f8cae307e1913a2290e0a268838a1c0ce31199ee23ca1886b645c extract { file mkdir ${worksrcpath} copy "${distpath}/cws2fws" "${worksrcpath}/cws2fws.pl" } patch { reinplace "s|^#!/usr/bin/perl|#!${prefix}/bin/perl5.16|" "${worksrcpath}/cws2fws.pl" } use_configure no build {} destroot { xinstall -m 0755 "${worksrcpath}/cws2fws.pl" "${destroot}${prefix}/bin/cws2fws.pl" } livecheck.type none