# -*- 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
PortGroup           openssl 1.0

github.setup        nicm fdm 96b4e4369d48a828bd2de4bf76c78c64a15f571e
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

checksums           rmd160  e29a992917736d0b7bb70e161e3f5fbe4866b0d5 \
                    sha256  30f417674406a6db396e396868ba1e8ccf95e88b89750f0b9ad918ae3cb40479 \
                    size    185044
version             2.2
revision            0

categories          mail
license             ISC
maintainers         {gmail.com:shuxiao9058 @shuxiao9058} openmaintainer
description         A program designed to fetch mail.
long_description \
   fdm is a program designed to fetch mail from POP3 or IMAP servers, \
   or receive local mail from stdin, and deliver it in various ways.

compiler.c_standard   1999
compiler.cxx_standard 2017

depends_build-append \
    port:pkgconfig

depends_lib-append \
    port:tdb \
    port:zlib

use_autoreconf  yes
