summaryrefslogtreecommitdiff
path: root/emulators/hatari/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-05-23 18:46:27 +0000
committeradam <adam@pkgsrc.org>2010-05-23 18:46:27 +0000
commitf46d531751d4cf34fb63f6281b8fa62d83357df2 (patch)
tree7d86422c9f2eaa5f974302eab39d2be9f11fc0a3 /emulators/hatari/Makefile
parente63caff385bbd85773da72f0dcead712cbf04625 (diff)
downloadpkgsrc-f46d531751d4cf34fb63f6281b8fa62d83357df2.tar.gz
Changes 1.3.1:
* Fixed HD boot drive when drive C: does not exist. TOS 2.06 was crashing during the boot process when drive C: did not exist, but * Fixed drive enumeration of GEMDOS HD emulation. Single partition GEMDOS HD emulation did not work anymore when an ACSI HD image was also used, due to some problems with the automatic drive letter detection. * Fix ConnectedDriveMask with multiple, non-contiguous GEMDOS partitions. * Fix to incorrect use of DESTDIR in python-ui installation * more compact debugger output (return to emulation msg) * update copyright, fix trace settings names * fix: debugger memdump/disasm show/save/load need now to use '$' for hex * Improved the CSS of the manual and compatibility list. The "font- family:Fixed" did not work at all on Windows. Also cleaned up the CSS in general. * The hatari icons for the Windows executable must not be put into an archive for linking.
Diffstat (limited to 'emulators/hatari/Makefile')
-rw-r--r--emulators/hatari/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile
index ac70d82930b..e26dd26e03b 100644
--- a/emulators/hatari/Makefile
+++ b/emulators/hatari/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.26 2010/02/26 10:28:31 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2010/05/23 18:46:27 adam Exp $
-DISTNAME= hatari-1.1.0
+DISTNAME= hatari-1.3.1
CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hatari/}
+MASTER_SITES= http://download.berlios.de/hatari/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://hatari.sourceforge.net/
+HOMEPAGE= http://hatari.berlios.de/
COMMENT= Atari ST emulator
PKG_DESTDIR_SUPPORT= user-destdir
@@ -24,4 +24,5 @@ post-install:
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"