# $Id: Portfile 153672 2016-10-07 08:11:16Z ryandesign@macports.org $ PortSystem 1.0 name eblook set ver_main 1.6.1 set ver_media 20150724 version ${ver_main}-media-${ver_media} set my_version ${ver_main}+media-${ver_media} categories textproc japanese maintainers nomaintainer description Interactive EB interface command for searching words in CD-ROM books. long_description \ Eblook supports to access CD-ROM books of EB, EBG, EBXA and EPWING \ formats which are popular in Japan. Including the media patch. platforms darwin license GPL-2+ homepage http://green.ribbon.to/~ikazuhiro/lookup/lookup.html#EBLOOK distname ${name}-${my_version} master_sites http://green.ribbon.to/~ikazuhiro/lookup/files/ checksums rmd160 f22d55872f7dfb087edcc072ab8c4513b90b0269 \ sha256 08e154eae27cc061e0c67dc9c0c346707defbb2bbfdb757ee00f22af4c059e1b depends_lib port:eb \ port:gettext \ port:libiconv \ port:ncurses \ port:readline \ port:zlib configure.args --infodir=${prefix}/share/info \ --with-readline \ --with-pager #use_parallel_build yes #test.run yes #test.target check post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL NEWS README README.org VERSION ${docdir} } universal_variant no livecheck.type regex livecheck.version ${my_version} livecheck.regex ${name}-(\[0-9.\]+\\+media-\[0-9\]+)\\.tar