Skip to content

Commit

Permalink
new port emulators/dosbox
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4468 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Jan 5, 2004
1 parent f8aea68 commit 75b69ff
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions emulators/dosbox/Portfile
@@ -0,0 +1,33 @@
# $Id: Portfile,v 1.1 2004/01/05 19:20:33 mww Exp $

PortSystem 1.0

name dosbox
version 0.60
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 ca68955bcc3585630dcf17bab6ec185a

depends_lib bin:sdl-config:libsdl \
lib:libSDL_net:libsdl_net \
lib:libpng:libpng

configure.env CPPFLAGS='-I${prefix}/include' \
LDFLAFGS='-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}
}

0 comments on commit 75b69ff

Please sign in to comment.