mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
973 B
Tcl
27 lines
973 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup cmake 1.1
|
|
|
|
platforms darwin macosx
|
|
categories textproc
|
|
license BSD
|
|
maintainers {ra1nb0w @ra1nb0w} openmaintainer
|
|
|
|
description A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more.
|
|
long_description {*}${description}
|
|
|
|
github.setup beltoforion muparserx 4.0.12 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
checksums rmd160 0754eed9c0e3727e6c84b53b1a930a378cfc24f6 \
|
|
sha256 b40b3752ec442f648cd432ad3fbce8176c2348929c4662fe331455d937e4dc97 \
|
|
size 223395
|
|
revision 0
|
|
|
|
compiler.cxx_standard 2017
|
|
|
|
configure.args-append \
|
|
-DBUILD_SHARED_LIBS=ON
|