You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
bdf4847981
x86_64 bit versions of this software do not build see: https://yellowgrass.org/issue/StrategoXT/802 closes: https://trac.macports.org/ticket/24261
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
name strategoxt
|
|
epoch 1
|
|
version 0.17
|
|
license LGPL-2.1
|
|
description Stratego language with the XT bundle.
|
|
long_description StrategoXT is the combination of the Stratego language for \
|
|
strategic programming with the XT bundle of transformation \
|
|
tools.
|
|
platforms darwin
|
|
categories lang
|
|
|
|
# x86_64 versions of this software either don't build at all
|
|
# or segfault if they do build - see: https://yellowgrass.org/issue/StrategoXT/802
|
|
supported_archs i386 ppc
|
|
|
|
maintainers nomaintainer
|
|
homepage http://strategoxt.org/Stratego/StrategoXT
|
|
master_sites ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-${version}/
|
|
|
|
checksums md5 6a1523ec105c5091a8174b276aceea1b \
|
|
sha1 65fbd0a394917747366ce5c7c83ba6e3883cbb5c \
|
|
rmd160 e25aa86c007c20ac5667e0f41c6954d618c3aee1
|
|
|
|
build.type gnu
|
|
depends_build port:pkgconfig
|
|
depends_lib port:libaterm \
|
|
port:sdf2-bundle
|
|
configure.args --mandir=${prefix}/share/man
|
|
use_parallel_build no
|
|
|
|
livecheck.type regex
|
|
livecheck.url http://strategoxt.org/Stratego/StrategoDownload
|
|
livecheck.regex ${name}-(\[0-9.\]+)\\.tar
|