the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: nkf
Version: 2.0.7
Revision: 1
License: Restrictive/Distributable
Description: Network Kanji Filter with UTF-8/16 support
Maintainer: Todai Fink Team
Source: http://downloads.sourceforge.jp/nkf/20770/nkf207.tar.gz
Source-MD5: af11dcd3fe71d67831c020e3bfd5073b
SourceDirectory: %n207
PatchScript: head -n 28 nkf.c > LICENSE
CompileScript: <<
make nkf
./nkf -e nkf.1j > nkf.1.ja
<<
InstallScript: <<
install -m 755 -d %i/bin %i/share/man/{man1,ja/man1}
install -m 755 nkf %i/bin
install -m 644 nkf.1 %i/share/man/man1
install -m 644 nkf.1.ja %i/share/man/ja/man1/nkf.1
<<
DocFiles: LICENSE nkf.doc
DescPackaging: earlier versions by: Masanori Sekino
Homepage: http://sourceforge.jp/projects/nkf/