# $Id: Portfile,v 1.2 2006/03/11 18:36:55 takanori Exp $ PortSystem 1.0 name nkf version 2.0.5 categories textproc maintainers takanori@opendarwin.org description Network Kanji code conversion Filter long_description Nkf is a yet another kanji code converter among networks, hosts and \ terminals. It converts input kanji code to designated kanji code such \ as 7-bit JIS, MS-kanji (shifted-JIS), utf-8 or EUC. platforms darwin homepage http://www01.tcp-ip.or.jp/~furukawa/ master_sites http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/ distfiles ${name}205.tar.gz checksums md5 e34d936b20aaf581da5759fbaf0438f3 \ sha1 78f1321d0dec16dd9bb6f046a349aadc86c027b4 \ rmd160 55d48e281f6491c299897c3f22c3f0a2b2a13b16 worksrcdir ${name}205 configure {} build.target destroot { xinstall -m 755 -d ${destroot}${prefix}/bin xinstall -m 755 -d ${destroot}${prefix}/share/man/man1 xinstall -m 755 ${worksrcpath}/nkf ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/nkf.1 ${destroot}${prefix}/share/man/man1 } post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 ${worksrcpath}/nkf.doc ${destroot}${prefix}/share/doc/${name} }