Ticket #54699: Portfile

File Portfile, 1.2 KB (added by mf2k (Frank Schima), 7 years ago)
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
3PortSystem          1.0
4PortGroup github    1.0
5
6github.setup        mamedev mame mame0189
7version             0.189
8categories          emulators
9maintainers         nomaintainer
10platforms           darwin
11license             GPL-2
12homepage            http://mamedev.org/index.php
13
14description         Multiple Arcade Machine Emulator
15long_description    The purpose of MAME is to preserve decades of software history. As \
16    electronic technology continues to rush forward, MAME prevents this important \
17    "vintage" software from being lost and forgotten. This is achieved by documenting \
18    the hardware and how it functions. The source code to MAME serves as this \
19    documentation.
20
21checksums           rmd160  766cef7dca20cab35f429799682dd12fddb16855 \
22                    sha256  73bb54ce1ae9c6173ee62254150e1fec73b8305dfaaf5bf410c33671fe2cac4d
23
24depends_lib-append  port:libsdl2 \
25                    port:lua
26
27patchfiles          patch-makefile.diff
28
29use_configure       no
30
31build.args-append   CC=${configure.cc} \
32                    CXX=${configure.cxx} \
33                    CPP=${configure.cpp}