diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2009-11-08 13:21:26 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2009-11-08 13:21:26 +0000 |
commit | e31924c68de047fdc5c39aa8a8598f042985b460 (patch) | |
tree | ec992c8962e66c8a7db715ab68dec7b82040f5a5 /emulators | |
parent | 8ce071dc786d80e7fc2ff812b37cf398f0badb3a (diff) | |
download | ports-e31924c68de047fdc5c39aa8a8598f042985b460.tar.gz ports-e31924c68de047fdc5c39aa8a8598f042985b460.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hatari/Makefile | 5 | ||||
-rw-r--r-- | emulators/hatari/distinfo | 6 | ||||
-rw-r--r-- | emulators/hatari/files/patch-Makefile | 18 | ||||
-rw-r--r-- | emulators/hatari/pkg-plist | 2 |
4 files changed, 18 insertions, 13 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index f15dd931b6d0..3d3272d4f858 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -6,14 +6,15 @@ # PORTNAME= hatari -PORTVERSION= 1.0.1 +PORTVERSION= 1.2.0 CATEGORIES= emulators -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Hatari%20v${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An Atari ST emulator USE_GNOME= gnometarget +USE_BZIP2= yes USE_SDL= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo index e8076afc0da7..f35dbceb97e5 100644 --- a/emulators/hatari/distinfo +++ b/emulators/hatari/distinfo @@ -1,3 +1,3 @@ -MD5 (hatari-1.0.1.tar.gz) = 6108a0a69344765f250f25aec423994d -SHA256 (hatari-1.0.1.tar.gz) = 9eb3902fc6e8b18f93889ba122ac5a05cd1f769885f73a688e3c7ba5be85731d -SIZE (hatari-1.0.1.tar.gz) = 879983 +MD5 (hatari-1.2.0.tar.bz2) = 4aecd42784fae8c5e8c9a9a341146fbb +SHA256 (hatari-1.2.0.tar.bz2) = f2ea252bf8095d357fbc3da66a5be9e988935970d8c3a36f680c1ceeaee15b43 +SIZE (hatari-1.2.0.tar.bz2) = 878589 diff --git a/emulators/hatari/files/patch-Makefile b/emulators/hatari/files/patch-Makefile index fc38f3177f3f..016828ab0ce7 100644 --- a/emulators/hatari/files/patch-Makefile +++ b/emulators/hatari/files/patch-Makefile @@ -1,18 +1,18 @@ ---- Makefile.orig 2008-02-05 23:31:45.000000000 +0100 -+++ Makefile 2008-03-20 18:29:10.619181023 +0100 -@@ -30,24 +30,18 @@ +--- Makefile.orig 2009-01-24 12:12:44.000000000 -0200 ++++ Makefile 2009-11-06 21:26:15.000000000 -0200 +@@ -31,9 +31,6 @@ cp -v config-default.h config.h; \ fi -hatari.1.gz: doc/hatari.1 - gzip -9 -c doc/hatari.1 > $@ - -- + clean: $(MAKE) -C src/ clean - - distclean: +@@ -43,14 +40,12 @@ $(MAKE) -C src/ distclean + $(MAKE) -C tools/hmsa/ distclean $(RM) config.cache config.log Makefile.cnf config.h - $(RM) hatari.1.gz - @@ -26,7 +26,7 @@ @if [ "x$(INSTALL)" = "x" ]; then \ echo; \ echo "*** Hatari was not configured for installation. ***"; \ -@@ -55,14 +49,8 @@ +@@ -58,9 +53,6 @@ fi $(INSTALL) -d $(DESTDIR)$(BINDIR) $(INSTALL) -d $(DESTDIR)$(DATADIR) @@ -34,7 +34,9 @@ - $(INSTALL) -d $(DESTDIR)$(DOCDIR) - $(INSTALL) -d $(DESTDIR)$(DOCDIR)/images $(INSTALL_PROGRAM) src/hatari $(DESTDIR)$(BINDIR)/hatari - $(INSTALL_DATA) src/hatari-icon.bmp $(DESTDIR)$(DATADIR)/hatari-icon.bmp + $(INSTALL_PROGRAM) tools/hmsa/hmsa $(DESTDIR)$(BINDIR)/hmsa + $(INSTALL_SCRIPT) tools/zip2st.sh $(DESTDIR)$(BINDIR)/zip2st +@@ -68,6 +60,3 @@ if test -f src/tos.img -a \! -f $(DESTDIR)$(DATADIR)/tos.img ; then \ $(INSTALL_DATA) src/tos.img $(DESTDIR)$(DATADIR)/tos.img ; \ fi diff --git a/emulators/hatari/pkg-plist b/emulators/hatari/pkg-plist index 097d3b06d258..c2bad56256c3 100644 --- a/emulators/hatari/pkg-plist +++ b/emulators/hatari/pkg-plist @@ -1,4 +1,6 @@ bin/hatari +bin/hmsa +bin/zip2st %%PORTDOCS%%%%DOCSDIR%%/alsa-midi.txt %%PORTDOCS%%%%DOCSDIR%%/authors.txt %%PORTDOCS%%%%DOCSDIR%%/changelog.txt |