# -*- 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 # $Id$ PortSystem 1.0 name libnewt version 0.52.16 categories devel platforms darwin maintainers 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://fedorahosted.org/newt/ master_sites https://fedorahosted.org/releases/n/e/newt/ \ gentoo distname newt-${version} checksums rmd160 0e575dd60b95f2b4fd748f98793be97168793a5f \ sha256 1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3 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 # Fix build with Tcl 8.6+ configure.cppflags-append -DUSE_INTERP_RESULT destroot.destdir instroot=${destroot} # 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}