dosbox update?

Ken Cunningham ken.cunningham.webuse at gmail.com
Thu Oct 4 15:20:37 UTC 2018


Here's the very simple Portfile I used to do the 64bit build. Probably yours is similar.
---


# -*- 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

PortSystem          1.0

name                dosbox
version             0.74-2
categories          emulators
platforms           darwin
license             GPL-2+
maintainers         slor.net:james openmaintainer

description         DOS emulator featuring 386 realmode, filesystem, XMS, EMS

long_description    DOSBox is a DOS emulator supporting 286/386 realmode, directory \
                    file system, XMS/EMS and many sound cards. \
                    It can be configured to run a wide range of DOS games, from \
                    CGA/Tandy/PCjr classics up to games from the Quake era.

homepage            http://dosbox.sourceforge.net/
master_sites        sourceforge:project/dosbox/dosbox/${version}

checksums           sha1    3008694ef998853257c6a4cb5374229e157ceaf3 \
                    rmd160  cd8e465a22840932d20b52293f76206e8d3b8ed2 \
                    sha256  7077303595bedd7cd0bb94227fa9a6b5609e7c90a3e6523af11bc4afcb0a57cf \
                    size    1324059

depends_lib         port:libsdl \
                    port:libsdl_net \
                    port:libsdl_sound \
                    port:libpng

# Assembly language issues
universal_variant no

configure.args      --disable-sdltest \
                    --disable-alsatest
post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -W ${worksrcpath} \
        README \
        AUTHORS \
        COPYING \
        ChangeLog \
        INSTALL \
        THANKS \
        ${destroot}${prefix}/share/doc/${name}
}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-users/attachments/20181004/e02c777b/attachment.html>


More information about the macports-users mailing list