mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
965 B
Tcl
26 lines
965 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 github 1.0
|
|
|
|
github.setup ianlancetaylor libbacktrace 7939218
|
|
github.tarball_from archive
|
|
version 20240410-[string range ${github.version} 0 7]
|
|
distname ${name}-${github.version}
|
|
|
|
revision 0
|
|
|
|
checksums rmd160 112d148c86fa1a19a2bf5284e74f5241308d8b76 \
|
|
sha256 858b1225351052234f7e71f0f36622fc9ad33aac947db7816d0b443ae0dd33ce \
|
|
size 624629
|
|
|
|
categories devel
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description A C library that may be linked into a C/C++ program to produce symbolic backtraces
|
|
long_description {*}${description}
|
|
|
|
use_autoconf yes
|
|
configure.args-append --enable-shared
|