# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 60684 2009-11-19 22:15:30Z snc@macports.org $

PortSystem          1.0

name                tnef
version             1.4.6
categories          textproc mail

maintainers         email.arc.nasa.gov:sal
homepage            http://tnef.sourceforge.net/
platforms           darwin

description         Microsoft MS-TNEF attachment unpacker
long_description    TNEF provides a way to unpack those pesky \
                    Microsoft MS-TNEF MIME attachments. It operates like tar in order \
                    to upack any files which may have been put into the MS-TNEF \
                    attachment instead of being attached seperately.

master_sites        sourceforge:tnef

checksums           md5     b47184c4de61322750071cca7026b1cb \
                    sha1    e838c166eafb12df8ddc48aed37b2025c259957a \
                    rmd160  56b69f9003a24cb491d506e62f12ab1b47f49851

depends_lib         port:gettext

configure.args      --mandir=${prefix}/share/man \
                    --infodir=${prefix}/share/info
