mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
979 B
Tcl
23 lines
979 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
|
|
|
|
name libfirm
|
|
version 1.21.0
|
|
categories devel
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
description C library for graph-based SSA representation of programs
|
|
long_description libFirm is a C library that provides a graph-based intermediate representation, \
|
|
optimizations and assembly code generation suitable for use in compilers.
|
|
homepage https://pp.ipd.kit.edu/firm
|
|
master_sites sourceforge:libfirm
|
|
checksums rmd160 953b3c1e6d182c04df1e1cead88e59b40c6e8d21 \
|
|
sha256 5c126f69e6a985b54aa9f0a919ab68575f18fc3d851c2d5ff71ffbf414e29812 \
|
|
size 1457097
|
|
use_bzip2 yes
|
|
|
|
depends_build-append \
|
|
port:libtool \
|
|
port:pkgconfig
|