# $Id: Portfile,v 1.3 2004/05/23 09:34:22 mww Exp $ PortSystem 1.0 name dosbox version 0.61 revision 1 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 dcb549eb2a9e6fe6995b973ef9ac6e9f 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 { file mkdir ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/README ${worksrcpath}/NEWS \ ${worksrcpath}/AUTHORS ${worksrcpath}/COPYING \ ${worksrcpath}/ChangeLog ${worksrcpath}/INSTALL \ ${worksrcpath}/THANKS ${destroot}${prefix}/share/doc/${name} }