You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
980 B
Tcl
30 lines
980 B
Tcl
# -*- 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 cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup Martchus cpp-utilities 5.26.0 v
|
|
revision 0
|
|
checksums rmd160 08c3702700142b527369b5c21cd07c261f593dd4 \
|
|
sha256 d90553affdfffebb7d0561fe7610b0fc32b382b6bb604d7f6293c0db2e2d1e64 \
|
|
size 200516
|
|
github.tarball_from archive
|
|
|
|
categories devel
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Useful C++ classes and routines such as argument parser, IO and conversion utilities.
|
|
long_description {*}${description}
|
|
|
|
github.tarball_from archive
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
compiler.cxx_standard \
|
|
2017
|
|
|
|
configure.args-append \
|
|
-DUSE_STANDARD_FILESYSTEM=OFF
|