You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1021 B
Tcl
32 lines
1021 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 muniversal 1.0
|
|
PortGroup bitbucket 1.0
|
|
|
|
bitbucket.setup petsc pkg-sowing 1.1.25-p1 v
|
|
name sowing
|
|
version 1.1.25
|
|
revision 0
|
|
categories textproc
|
|
platforms darwin
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description A parser for fortran interfaces
|
|
long_description ${description}
|
|
|
|
homepage http://mcs.anl.gov
|
|
|
|
checksums rmd160 20af792105f989287a80d60a581a1ce8f699d003 \
|
|
sha256 5a159788990b6088b6d6e47ec9bc8dbf76973946593d7f991511aa2e0cd02cdc
|
|
|
|
patchfiles patch-destdir.diff patch-flags.diff
|
|
|
|
configure.args --datarootdir='$\{prefix\}/share/${name}'
|
|
|
|
build.target
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${master_sites}
|
|
livecheck.regex ${name}-(\[0-9.\]+\[a-z\])${extract.suffix}
|