summaryrefslogtreecommitdiff
path: root/emulators/hatari/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-12-01 14:51:41 +0000
committeradam <adam@pkgsrc.org>2014-12-01 14:51:41 +0000
commit0989bdb42467f82a93881045230971eca8185495 (patch)
treeb14bb9bbe84dc60fe1608b2f37370bb1cc358417 /emulators/hatari/Makefile
parentf5e11964c94a2353b7cff60e518437fe39eb01dc (diff)
downloadpkgsrc-0989bdb42467f82a93881045230971eca8185495.tar.gz
Changes 1.8.0:
Huge improvements to the FDC emulation Support for STX files on any OS (with Hatari's own open source code), as well as support for IPF/CTR files Write support for STX files, using .wd1772 files Some various fixes to the video emulation Many changes to the CPU related to prefetch Some fixes to STE sound (microwire and LMC) and to Falcon sound Some fixes to Gemdos HD emulation : clip filenames, autostart Some fixes to ASCI HD : larger image, improve some commands Changes to the UI : 2nd line of information at the bottom, better performances under SDL, more options in some screens For developpers : more Natfeats commands, better tracing of OS calls (bios, xbios, ...), many additions to the debugger
Diffstat (limited to 'emulators/hatari/Makefile')
-rw-r--r--emulators/hatari/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile
index 5b3081c7262..0ef0dfa3792 100644
--- a/emulators/hatari/Makefile
+++ b/emulators/hatari/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2014/05/09 07:37:04 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2014/12/01 14:51:41 adam Exp $
-DISTNAME= hatari-${HATARI_VER}
-HATARI_VER= 1.7.0
+DISTNAME= hatari-1.8.0
CATEGORIES= emulators
-MASTER_SITES= http://download.tuxfamily.org/hatari/${HATARI_VER}/
+MASTER_SITES= http://download.tuxfamily.org/hatari/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -13,6 +12,7 @@ LICENSE= gnu-gpl-v2
USE_CMAKE= yes
USE_LANGUAGES= c
+CMAKE_ARGS+= -DENABLE_OSX_BUNDLE:BOOL=0
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.7.0
REPLACE_PYTHON+= python-ui/config.py
@@ -31,12 +31,12 @@ SUBST_FILES.fix-python+= tools/hconsole/hconsole.py
SUBST_FILES.fix-python+= python-ui/gentypes.py
SUBST_SED.fix-python+= -e 's,/usr/bin/env python,${PYTHONBIN},'
-
INSTALLATION_DIRS+= share/doc/hatari
-.include "../../audio/portaudio/buildlink3.mk"
+.include "../../audio/portaudio-devel/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"