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: Portfile 73732 2010-11-23 01:07:51Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name hercules |
---|
7 | version 3.10 |
---|
8 | categories emulators |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license QPL |
---|
12 | conflicts hercules-devel |
---|
13 | |
---|
14 | description The Hercules IBM Large Systems Emulator |
---|
15 | |
---|
16 | long_description Hercules is an emulator for the IBM mainframe \ |
---|
17 | S/370, ESA/390, and z architectures. |
---|
18 | |
---|
19 | homepage http://www.hercules-390.eu/ |
---|
20 | master_sites http://downloads.hercules-390.eu/ |
---|
21 | |
---|
22 | checksums sha1 10599041c7e5607cf2e7ecc76802f785043e2830 \ |
---|
23 | rmd160 f25229b1fee23628899033a0c4151dc8501fd44e |
---|
24 | |
---|
25 | configure.args --enable-cckd-bzip2 \ |
---|
26 | --enable-het-bzip2 \ |
---|
27 | --enable-optimization=yes \ |
---|
28 | --disable-fthreads |
---|
29 | |
---|
30 | configure.compiler macports-gcc-4.8 |
---|