mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
I no longer have access to Apple hardware, and it is unlikely that the situation will change in the foreseeable future. Therefore I am unable to continue with my maintainership duties.
24 lines
977 B
Tcl
24 lines
977 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 libmaa
|
|
version 1.3.2
|
|
categories devel
|
|
platforms darwin
|
|
license LGPL-2
|
|
maintainers nomaintainer
|
|
|
|
description Low-level data structures helpful for writing compilers
|
|
long_description {*}${description}
|
|
homepage https://sourceforge.net/projects/dict/
|
|
|
|
master_sites sourceforge:project/dict/${name}/${name}-${version}
|
|
checksums rmd160 f3b091b8b5f8e8d7a69d192b25c70bf10cdf0d09 \
|
|
sha256 59a5a01e3a9036bd32160ec535d25b72e579824e391fea7079e9c40b0623b1c5
|
|
|
|
depends_build port:libtool
|
|
configure.env LIBTOOL=${prefix}/bin/glibtool
|
|
build.target lib
|
|
|
|
livecheck.regex /${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
|