# -*- 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 qore version 0.8.9 revision 1 categories lang license {LGPL-2.1 MIT} maintainers davidnichols use_bzip2 yes description multi-threaded embedable scripting language long_description Qore is a scripting language designed for multi-threading and SMP scalability homepage http://qore.org platforms darwin master_sites sourceforge conflicts qore-devel checksums md5 9a7dea748e723e99d39c817b193ffc2f \ sha1 eaa115bc2994c36fe68350ee77e87e56c8f9b2b2 \ rmd160 7fa299f0038d5d752195ac8823ccc4c900123ad9 depends_build port:flex \ port:bison depends_lib port:openssl \ port:pcre \ port:zlib \ port:bzip2 \ port:gmp \ port:mpfr # --disable-dependency-tracking is safe here. The build is always done in one run. # It's required to prevent autotools from using -M* options for multiple -arch options configure.args --disable-debug --disable-static --disable-dependency-tracking # the autoconf check for iconv() in libiconv fails with GNU iconv, but we need it, so we turn it on anyway configure.ldflags -liconv patchfiles patch-configure.diff patch-lib-QoreObject.cpp.diff