955be09b26
DOSBox is a DOS-emulator using SDL for easy portability to different platforms, DOSBox has already been ported to several different platforms, such as Windows, BeOS, Linux, Mac OS X... DOSBox emulates a 286/386 realmode CPU, Directory FileSystem/XMS/EMS, a SoundBlaster card for excellent sound compatibility with older games... You can "re-live" the good old days with the help of DOSBox, it can run plenty of the old classics that don't run on your new computer !
24 lines
673 B
Makefile
24 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/06/03 14:35:23 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= dosbox-0.58
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/}
|
|
|
|
MAINTAINER= cube@cubidou.net
|
|
HOMEPAGE= http://dosbox.sourceforge.net/
|
|
COMMENT= multi-platform DOS emulator using SDL
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-patch:
|
|
${SED} -e s,/usr/share,${PREFIX}, ${WRKSRC}/docs/dosbox.1 > ${WRKSRC}/docs/dosbox.1.sed
|
|
${MV} ${WRKSRC}/docs/dosbox.1.sed ${WRKSRC}/docs/dosbox.1
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dosbox
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dosbox
|
|
|
|
.include "../../devel/SDL/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|