1 | # -*- 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 |
---|
2 | # $Id: xxx $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name hercules-devel |
---|
7 | version 4.00-20140804 |
---|
8 | categories emulators |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:benoit.triquet openmaintainer |
---|
11 | license QPL |
---|
12 | conflicts hercules |
---|
13 | |
---|
14 | description The Hercules IBM Large Systems Emulator, development branch |
---|
15 | |
---|
16 | long_description Hercules is an emulator for the IBM mainframe \ |
---|
17 | S/370, ESA/390, and z architectures. \ |
---|
18 | This is the 4.0 development branch, codename hyperion. |
---|
19 | |
---|
20 | homepage http://www.hercules-390.eu/ |
---|
21 | |
---|
22 | fetch.type git |
---|
23 | git.url https://github.com/hercules-390/hyperion.git |
---|
24 | git.branch 71165ef32fcb37bf1e929802ba0491433f1e75c2 |
---|
25 | |
---|
26 | post-patch { |
---|
27 | system -W ${worksrcpath} "./autogen.sh" |
---|
28 | } |
---|
29 | |
---|
30 | configure.args --enable-cckd-bzip2 \ |
---|
31 | --enable-het-bzip2 \ |
---|
32 | --enable-optimization=yes \ |
---|
33 | --disable-fthreads |
---|
34 | |
---|
35 | configure.compiler macports-gcc-4.8 |
---|