# -*- 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 # $Id: Portfile 58322 2009-09-26 19:18:43Z ryandesign@macports.org $ PortSystem 1.0 name dosbox version 0.73 categories emulators platforms darwin maintainers nomaintainer 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 checksums sha1 e87682f8f468f3822d2f79e38e5ddb73825fa8c1 depends_lib path:lib/pkgconfig/sdl.pc:libsdl \ port:libsdl_net \ port:libsdl_sound \ port:libpng # Assembly language issues universal_variant no configure.args --mandir=${prefix}/share/man \ --disable-sdltest \ --disable-alsatest configure.cxxflags-append "-O2 -mdynamic-no-pic" 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} }