pkgsrc/emulators/nono/Makefile
jun 5d29c3b69d nono: update to 0.4.4.
0.4.4 (2022-10-27)

Changes in 0.4.4:

vm(New):  "Support 8bpp board on LUNA provisionally."
vm(Fix):  "Change configuration item name from xxx-new-sci-ignore to xxx-new-sic-ignore."
vm(Fix): "Fix a problem that RAM is not placed correctly."
vm(Fix): "Fix an access to X68030 palette registers."
m88k(Update):  "Improve m88k core performance about 3%."
debugger(Fix):  "Memory break point now works even on address 0."
host(Fix): "Fix a queue overflow when many characters are pasted to the host serial console at a time."
GUI(New): "Implement x1.5 and x2.0 scale on the main window."
GUI(New): "Add fontsize 24."
GUI(New): "Link the front LCD window size and LCD charactor monitor size to font size."
GUI(New): "Split the Bt454/458 monitor from video monitor."
GUI(New): "Implement a palette monitor."
GUI(New): "Implement DIPSW setting window."
GUI(New):  "Implement memory edit."
GUI(New): "Implement disassemble monitor."
GUI(Update): "Implement output format selector on the memory dump monitor, and support MMU descriptor."
GUI(Update): "Implement one line up/down button on the memory dump monitor."
GUI(Update): "Support mouse wheel on the memory dump monitor."
GUI(Update): "Place a GTK control on the GTK panel correctly."
GUI(Update): "Don't load the default catalog. Because it contains unintended translation."
build(New): "Support wxWidgets 3.2 series."
2022-10-27 14:48:25 +00:00

41 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.20 2022/10/27 14:48:25 jun Exp $
DISTNAME= nono-0.4.4
#PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.pastel-flower.jp/~isaki/nono/archive/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pastel-flower.jp/~isaki/nono/
COMMENT= OMRON LUNA-I/LUNA-88K (and SHARP X68030) emulator
LICENSE= nono-license AND fsharp-license # nono uses X68030 IPLROM image
# Honor pkgsrc settings. Don't use -Werror.
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
MAKE_FLAGS+= CXXFLAGS=${CXXFLAGS:Q}
MAKE_FLAGS+= LDFLAGS="${LDFLAGS} -pthread"
MAKE_FLAGS+= BINOWN=${BINOWN}
MAKE_FLAGS+= BINGRP=${BINGRP}
RESTRICTED= License disallows binary redistribution
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
GCC_REQD+= 7
USE_TOOLS+= awk:build xgettext
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++14
INSTALLATION_DIRS+= share/doc/nono
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DESTDIR}${PREFIX}/share/doc/nono
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DESTDIR}${PREFIX}/share/doc/nono
.include "../../devel/zlib/buildlink3.mk"
.include "../../x11/wxGTK30/buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"