# -*- 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

name                beecrypt
version             4.2.1
revision            5
platforms           darwin freebsd
license             LGPL-2.1+
categories          devel
maintainers         nomaintainer

description         cryptography toolkit
long_description \
    BeeCrypt is an ongoing project to provide a strong and \
    fast cryptography toolkit. Includes entropy sources, \
    random generators, block ciphers, hash functions, \
    message authentication codes, multiprecision integer \
    routines, and public key primitives.

homepage            https://sourceforge.net/projects/beecrypt/
master_sites        sourceforge:project/beecrypt/beecrypt/${version}

checksums           rmd160  2602b07bdd28d8d4a352199eca3d17b771098d66 \
                    sha256  286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d \
                    size    882758

patchfiles          autogen.sh.patch \
                    implicit.patch

configure.args      --disable-openmp \
                    --without-cplusplus \
                    --without-java \
                    --without-python

# Teach libtool to use -stdlib flag.
use_autoreconf      yes
