Ticket #44582: Portfile

File Portfile, 1.0 KB (added by benoit.triquet@…, 10 years ago)

hercules 3.10 portfile

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