diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 19:33:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 19:33:24 +0800 |
commit | 32ea7ab82055749651a1c94ccf84f8bf9cf072c7 (patch) | |
tree | a191b13a55790e718c9075bed5cc5a5cc4bad886 /emulators | |
parent | 9a3fc99c1fed7d806f7ca3b59e79e7a50aa76a58 (diff) | |
download | freebsd-ports-gnome-32ea7ab82055749651a1c94ccf84f8bf9cf072c7.tar.gz freebsd-ports-gnome-32ea7ab82055749651a1c94ccf84f8bf9cf072c7.tar.zst freebsd-ports-gnome-32ea7ab82055749651a1c94ccf84f8bf9cf072c7.zip |
- Update to 1.0.0
PR: 121922
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hatari/Makefile | 6 | ||||
-rw-r--r-- | emulators/hatari/distinfo | 6 | ||||
-rw-r--r-- | emulators/hatari/files/patch-Makefile | 43 | ||||
-rw-r--r-- | emulators/hatari/pkg-plist | 1 |
4 files changed, 50 insertions, 6 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index f2273938c84f..b76c497244ea 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -6,8 +6,7 @@ # PORTNAME= hatari -PORTVERSION= 0.95 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= emulators MASTER_SITES= SF @@ -21,9 +20,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} MAN1= hatari.1 +MANCOMPRESSED= no post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/hatari.1 ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/hatari.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR} diff --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo index f7445a4710b3..d4c0ea4e3957 100644 --- a/emulators/hatari/distinfo +++ b/emulators/hatari/distinfo @@ -1,3 +1,3 @@ -MD5 (hatari-0.95.tar.gz) = 5f1ca3f29e74654bf12e8afd42bb7d0a -SHA256 (hatari-0.95.tar.gz) = 9307321f9945117ce59f20f71ad7bdd26f96431b2aa203645967ebaf6c616237 -SIZE (hatari-0.95.tar.gz) = 809336 +MD5 (hatari-1.0.0.tar.gz) = e6c6a36f12fd0abbc28f5e1cca0c3eed +SHA256 (hatari-1.0.0.tar.gz) = a3103540412c237c165bd640898703126787a249f33f0ebd8f91254ad7d53ac9 +SIZE (hatari-1.0.0.tar.gz) = 878790 diff --git a/emulators/hatari/files/patch-Makefile b/emulators/hatari/files/patch-Makefile new file mode 100644 index 000000000000..fc38f3177f3f --- /dev/null +++ b/emulators/hatari/files/patch-Makefile @@ -0,0 +1,43 @@ +--- Makefile.orig 2008-02-05 23:31:45.000000000 +0100 ++++ Makefile 2008-03-20 18:29:10.619181023 +0100 +@@ -30,24 +30,18 @@ + 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: + $(MAKE) -C src/ distclean + $(RM) config.cache config.log Makefile.cnf config.h +- $(RM) hatari.1.gz +- + + # Use "make depend" to generate file dependencies: + depend: + $(MAKE) -C src/ depend + +-install: all hatari.1.gz ++install: all + @if [ "x$(INSTALL)" = "x" ]; then \ + echo; \ + echo "*** Hatari was not configured for installation. ***"; \ +@@ -55,14 +49,8 @@ + fi + $(INSTALL) -d $(DESTDIR)$(BINDIR) + $(INSTALL) -d $(DESTDIR)$(DATADIR) +- $(INSTALL) -d $(DESTDIR)$(MANDIR) +- $(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 + if test -f src/tos.img -a \! -f $(DESTDIR)$(DATADIR)/tos.img ; then \ + $(INSTALL_DATA) src/tos.img $(DESTDIR)$(DATADIR)/tos.img ; \ + fi +- $(INSTALL_DATA) hatari.1.gz $(DESTDIR)$(MANDIR)/ +- $(INSTALL_DATA) doc/*.txt doc/*.html $(DESTDIR)$(DOCDIR)/ +- $(INSTALL_DATA) doc/images/*.png $(DESTDIR)$(DOCDIR)/images/ diff --git a/emulators/hatari/pkg-plist b/emulators/hatari/pkg-plist index cb0d9f5a9fec..097d3b06d258 100644 --- a/emulators/hatari/pkg-plist +++ b/emulators/hatari/pkg-plist @@ -3,6 +3,7 @@ bin/hatari %%PORTDOCS%%%%DOCSDIR%%/authors.txt %%PORTDOCS%%%%DOCSDIR%%/changelog.txt %%PORTDOCS%%%%DOCSDIR%%/compatibility.html +%%PORTDOCS%%%%DOCSDIR%%/emutos.txt %%PORTDOCS%%%%DOCSDIR%%/images/devices.png %%PORTDOCS%%%%DOCSDIR%%/images/discs.png %%PORTDOCS%%%%DOCSDIR%%/images/fileselector.png |