# $Id: Portfile,v 1.4 2004/09/30 20:42:10 mww Exp $ PortSystem 1.0 name dosbox version 0.62 categories emulators platforms darwin maintainers mww@opendarwin.org description DOS-emulator featuring 386 realmode, filesystem, XMS, EMS long_description DOSBox is a DOS-emulator that uses the SDL-library. \ It also emulates CPU:286/386 realmode, directory \ file system/XMS/EMS, a SoundBlaster card for excellent \ sound compatibility with older games. homepage http://dosbox.sourceforge.net/ master_sites sourceforge checksums md5 80b10f438119f9d83b44dcf175493dcb depends_lib bin:sdl-config:libsdl \ lib:libSDL_net:libsdl_net \ lib:libpng:libpng configure.args --mandir=${prefix}/share/man configure.env CPPFLAGS="-I${prefix}/include" \ LDFLAGS="-L${prefix}/lib" post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -W ${worksrcpath} README NEWS AUTHORS COPYING ChangeLog INSTALL \ THANKS ${destroot}${prefix}/share/doc/${name} }