# $Id$ PortSystem 1.0 name eblook set ver_main 1.6.1 set ver_media 20100218 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 homepage http://green.ribbon.to/~ikazuhiro/lookup/lookup.html#EBLOOK distname ${name}-${my_version} master_sites http://green.ribbon.to/~ikazuhiro/lookup/files/ checksums md5 8ef3a23b8c21bb95426a0009be0cf2cd \ sha1 6eb002775272562676804b072c77ff390c90c88f \ rmd160 05ba9239ce3938313ef7178f371948833332a3e7 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 VERSION ${docdir} delete ${destroot}${prefix}/share/aclocal/eb4.m4 } universal_variant no livecheck.type regex livecheck.version ${my_version} livecheck.regex ${name}-(\[0-9.\]+\\+media-\[0-9\]+)\\.tar