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

github.setup        AmokHuginnsson replxx 0.0.4 release-
github.tarball_from archive
worksrcdir          ${name}-${github.tag_prefix}${version}
revision            0

categories          devel
license             BSD
maintainers         nomaintainer

description         Readline and libedit replacement library
long_description    replxx is a readline and libedit replacement that supports \
                    UTF-8, syntax highlighting, hints, completion, and history.

checksums           rmd160  8159f5438882a63d9d17fe1e2e17da8e6bed6d1b \
                    sha256  a22988b2184e1d256e2d111b5749e16ffb1accbf757c7b248226d73c426844c4 \
                    size    97072

compiler.cxx_standard \
                    2011

configure.args-append \
                    -DBUILD_SHARED_LIBS=ON \
                    -DREPLXX_BUILD_EXAMPLES=OFF \
                    -DREPLXX_BUILD_PACKAGE=OFF
