# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        verdammelt tnef 1.4.15
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
categories          textproc mail
license             GPL-2+
maintainers         nomaintainer
homepage            http://tnef.sourceforge.net/

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.

checksums           rmd160  471dfe4e821843b8a4b29c5c38424b46a232ecc4 \
                    sha256  f086dc2a4efa5d5b7a03e52de27c98ef8c179afa4a8d3d780e67139dcab4a935

depends_lib         port:gettext

use_autoreconf      yes
autoreconf.args     -fvi

test.run            yes
test.target         check
