--- /dev/null 2020-10-13 21:21:09.068058433 +0900 +++ emulators/nono/Makefile 2020-10-13 21:03:42.970514491 +0900 @@ -0,0 +1,30 @@ +# $NetBSD$ + +DISTNAME= nono-0.1.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 emulator +LICENSE= nono-license + +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} + +GCC_REQD+= 7 + +DEPENDS+= wxGTK30-[0-9]*:../../x11/wxGTK30 + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ +CONFIGURE_ARGS+= --prefix=${PREFIX} + +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 "../../x11/wxGTK30/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" --- /dev/null 2020-10-13 21:21:09.068058433 +0900 +++ emulators/nono/DESCR 2020-10-13 14:32:41.739628943 +0900 @@ -0,0 +1 @@ +nono is OMRON LUNA-I emulator runs on NetBSD and so on. --- /dev/null 2020-10-13 21:21:09.068058433 +0900 +++ emulators/nono/MESSAGE 2020-10-13 21:12:42.029637448 +0900 @@ -0,0 +1,6 @@ +=========================================================================== +$NetBSD$ + +Please read the documentation in ${PREFIX}/share/doc/nono/. + +=========================================================================== --- /dev/null 2020-10-13 21:21:09.068058433 +0900 +++ emulators/nono/PLIST 2020-10-13 16:46:25.578353550 +0900 @@ -0,0 +1,7 @@ +@comment $NetBSD$ +bin/nono +bin/nono-cli +share/doc/nono/changes.html +share/doc/nono/index.html +share/doc/nono/nono-license.txt +share/locale/ja/LC_MESSAGES/nono.mo --- /dev/null 2020-10-13 21:21:09.068058433 +0900 +++ emulators/nono/distinfo 2020-10-13 14:40:14.372662166 +0900 @@ -0,0 +1,6 @@ +$NetBSD$ + +SHA1 (nono-0.1.1.tar.gz) = 0b61a2d929dab6e9275b697422248d5c5f9084c4 +RMD160 (nono-0.1.1.tar.gz) = 0b0a84f3b0d520e51f28b95e406a8a0900dc782b +SHA512 (nono-0.1.1.tar.gz) = 1be3dc9f120d0fce4900cbece5013392f83bebe370d1fd99935e405f388c926905e928966d7e4f7f046d05f592aeb88b9584ad9347673788330097e0ab684179 +Size (nono-0.1.1.tar.gz) = 2335735 bytes --- /dev/null 2020-10-13 21:21:09.068058433 +0900 +++ licenses/nono-license 2020-07-19 11:27:49.575071905 +0900 @@ -0,0 +1,22 @@ +nono license (2020/07/19) + +(The later Japanese text is the original. The former is an English +translation for reference only) + +You can use, modify, or redistribute nono if the following conditions are met: + +1. The source code of nono and its derivatives must be distributed free of + charge. +2. The executable binary form of nono and its derivatives must not be + distributed. +3. All derivatives of nono must contain this document. +4. nono is provided "as is" without warranty. + +nono は以下の条件で使用、改変、または再配布することができます。 + +1. nono およびその派生物のソースは無償で配布されなければなりません。 +2. nono およびその派生物の実行形式バイナリを配布することはできません。 +3. nono の派生物はこの文書を同梱しなければなりません。 +4. nono は現状のまま(AS IS)で提供され、無保証です。 + +(EOF)