# $Id: Portfile,v 1.4 2003/03/03 07:26:05 mij Exp $ PortSystem 1.0 name tnef2txt version 1.4 categories textproc maintainers mij@opendarwin.org description Converts Microsoft TNEF attachments to ASCII text homepage http://www.fiction.net/blong/programs/#tnef2txt platforms darwin long_description This is a simple program used to decode Microsoft's \ Translation Neutral Encapsulation Format (TNEF), which \ is used by various Microsoft OS products to transfer \ MAPI information through text only gateways such as SMTP. master_sites http://www.fiction.net/blong/programs/tnef2txt/ checksums md5 a32a9fe1d558f076c2b0d24b742661f6 patchfiles patch-Makefile configure {} build.target tnef2txt install { system "install -o root -m 755 -d ${destroot}${prefix}/bin" system "install -o root -m 755 ${worksrcpath}/${portname} \ ${destroot}${prefix}/bin" system "install -o root -m 755 -d ${destroot}${prefix}/doc" system "install -o root -m 755 -d \ ${destroot}${prefix}/doc/tnef2txt" system "install -o root -m 644 apptnef.* \ ${destroot}${prefix}/doc/tnef2txt" }