# -*- 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 libnewt version 0.52.20 categories devel platforms darwin maintainers {ryandesign @ryandesign} openmaintainer license GPL-2 description text-mode widget-based user interface library long_description Newt is a programming library for color text-mode, \ widget-based user interfaces. Newt can be used to add \ stacked windows, entry widgets, checkboxes, radio \ buttons, labels, plain text fields, scrollbars, etc., \ to text mode user interfaces. homepage https://pagure.io/newt master_sites http://releases.pagure.org/newt/ distname newt-${version} checksums rmd160 bfc6d83430ce692ad48eb7a5ce8296569bfdd9f8 \ sha256 8d66ba6beffc3f786d4ccfee9d2b43d93484680ef8db9397a4fb70b5adbb6dbc depends_lib port:gettext \ port:popt \ port:tcl \ port:slang2 patchfiles patch-Makefile.in.diff \ patch-configure.ac.diff use_autoreconf yes # It can't find tclConfig.sh unless libdir is expanded configure.args --without-python \ --libdir=${prefix}/lib # configure: WARNING: unrecognized options: --disable-dependency-tracking # gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags universal_variant no livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex {newt-([0-9.]+)\.tar}