pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/xnp2 Import xnp2-0.83pl20120302 as emulators...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b21471d09ef5
branches: trunk
changeset: 604655:b21471d09ef5
user: obache <obache%pkgsrc.org@localhost>
date: Sat Jun 02 07:19:33 2012 +0000
description:
Import xnp2-0.83pl20120302 as emulators/xnp2.
Based on PR 46484 by Izumi Tsutsui.
Xnp2 is a port for UNIX with X11 of "Neko Project II" PC-9801 emulator.
diffstat:
emulators/xnp2/DESCR | 1 +
emulators/xnp2/Makefile | 37 +++++++++++++++++++++++++++++++++++++
emulators/xnp2/PLIST | 8 ++++++++
emulators/xnp2/distinfo | 5 +++++
emulators/xnp2/options.mk | 12 ++++++++++++
5 files changed, 63 insertions(+), 0 deletions(-)
diffs (83 lines):
diff -r 00f7591d7549 -r b21471d09ef5 emulators/xnp2/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xnp2/DESCR Sat Jun 02 07:19:33 2012 +0000
@@ -0,0 +1,1 @@
+Xnp2 is a port for UNIX with X11 of "Neko Project II" PC-9801 emulator.
diff -r 00f7591d7549 -r b21471d09ef5 emulators/xnp2/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xnp2/Makefile Sat Jun 02 07:19:33 2012 +0000
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/06/02 07:19:33 obache Exp $
+
+SNAPSHOTDATE= 20120302
+DISTNAME= xnp2-${SNAPSHOTDATE}
+PKGNAME= xnp2-0.83pl${SNAPSHOTDATE}
+CATEGORIES= emulators
+MASTER_SITES= http://www.asahi-net.or.jp/~aw9k-nnk/np2/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tsutsui%NetBSD.org@localhost
+HOMEPAGE= http://www.asahi-net.or.jp/~aw9k-nnk/np2/
+COMMENT= Neko Project II PC-9801 emulator
+LICENSE= modified-bsd
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+CONFIGURE_DIRS= x11
+
+GNU_CONFIGURE= yes
+
+.include "options.mk"
+
+INSTALLATION_DIRS+= share/doc/xnp2 ${PKGMANDIR}/ja/man1
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/x11/README.ja \
+ ${DESTDIR}${PREFIX}/share/doc/xnp2
+ ${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xnp2.1j \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/ja/man1/xnp2.1
+
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 00f7591d7549 -r b21471d09ef5 emulators/xnp2/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xnp2/PLIST Sat Jun 02 07:19:33 2012 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/06/02 07:19:33 obache Exp $
+bin/xnp2
+man/ja/man1/xnp2.1
+man/man1/xnp2.1
+share/doc/xnp2/README.ja
+share/xnp2/fddseek.wav
+share/xnp2/fddseek1.wav
+share/xnp2/np2tool.d88
diff -r 00f7591d7549 -r b21471d09ef5 emulators/xnp2/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xnp2/distinfo Sat Jun 02 07:19:33 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/06/02 07:19:33 obache Exp $
+
+SHA1 (xnp2-20120302.tar.bz2) = d12c9e62eb647a82ffa2a5ff422e8a2770fe722d
+RMD160 (xnp2-20120302.tar.bz2) = 1d29a94123400a3a0ede19b1eb718c9b091e3722
+Size (xnp2-20120302.tar.bz2) = 1676661 bytes
diff -r 00f7591d7549 -r b21471d09ef5 emulators/xnp2/options.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xnp2/options.mk Sat Jun 02 07:19:33 2012 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: options.mk,v 1.1.1.1 2012/06/02 07:19:33 obache Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.xnp2
+PKG_SUPPORTED_OPTIONS= xnp2-ia32
+PKG_SUGGESTED_OPTIONS= xnp2-ia32
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mxnp2-ia32)
+# Enable ia32 core instead of the default 80286 core
+CONFIGURE_ARGS+= --enable-ia32
+.endif
Home |
Main Index |
Thread Index |
Old Index