Ticket #44583: Portfile

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

portfile based on git commit hash and date

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