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

# strndup
legacysupport.newest_darwin_requires_legacy 10

github.setup        mellowcandle bitwise 0.50 v
revision            0

categories          devel
license             GPL-3
maintainers         nomaintainer
description         Terminal based bit manipulator in ncurses.
long_description    Bitwise is a multi base interactive calculator supporting \
                    dynamic base convertion and bit manipulation. It's a handy \
                    tool for low level hackers, kernel developers and device \
                    driver developers.

checksums           rmd160  1e17d820491fc52715cfa0f43c9a295ffe2319bf \
                    sha256  624e2aeb6be0f577c2849e1909553e9221abf8f1a6d1ab160a88f70883f1a1f1 \
                    size    268272

depends_lib-append  port:readline \
                    port:ncurses

use_autoreconf      yes
autoreconf.args     --install --verbose --force

github.tarball_from archive

# Undefined symbols: "___builtin_bswap16"
compiler.blacklist-append \
                    *gcc-4.0 *gcc-4.2
