From 081f8c8af6f8d70b90d3474c68c1a8a51c46c41a Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sun, 2 Nov 1997 14:56:43 +0000 Subject: Import of emulators/snes9x - snes9x version 0.23 Super Nintendo Entertainment System(SNES) Emulator PR: ports/3824 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp --- emulators/snes9x/Makefile | 30 ++++++++++++++++++++++++++++++ emulators/snes9x/distinfo | 1 + emulators/snes9x/pkg-comment | 1 + emulators/snes9x/pkg-descr | 1 + emulators/snes9x/pkg-plist | 1 + 5 files changed, 34 insertions(+) create mode 100644 emulators/snes9x/Makefile create mode 100644 emulators/snes9x/distinfo create mode 100644 emulators/snes9x/pkg-comment create mode 100644 emulators/snes9x/pkg-descr create mode 100644 emulators/snes9x/pkg-plist (limited to 'emulators/snes9x') diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile new file mode 100644 index 000000000000..156a4ed6d978 --- /dev/null +++ b/emulators/snes9x/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: snes9x +# Version required: 0.23 +# Date created: 1 June 1997 +# Whom: Yukihiro Nakai +# +# $Id$ +# + +DISTNAME= snes9x_linux0.23 +PKGNAME= snes9x-0.23 +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.euro.net/pub/misc/Snes9X/ + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib +RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib + +NO_BUILD= yes +NO_WRKSUBDIR= yes +USE_X11= yes + +STRIP= +BINOWN= root +BINMODE= 4755 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/snes9x ${PREFIX}/bin + +.include diff --git a/emulators/snes9x/distinfo b/emulators/snes9x/distinfo new file mode 100644 index 000000000000..de03d20ec810 --- /dev/null +++ b/emulators/snes9x/distinfo @@ -0,0 +1 @@ +MD5 (snes9x_linux0.23.tar.gz) = 9aa931ece91461a976a7c5a3032aa243 diff --git a/emulators/snes9x/pkg-comment b/emulators/snes9x/pkg-comment new file mode 100644 index 000000000000..71eef7eca23e --- /dev/null +++ b/emulators/snes9x/pkg-comment @@ -0,0 +1 @@ +Super Nintendo Entertainment System(SNES) Emulator diff --git a/emulators/snes9x/pkg-descr b/emulators/snes9x/pkg-descr new file mode 100644 index 000000000000..71eef7eca23e --- /dev/null +++ b/emulators/snes9x/pkg-descr @@ -0,0 +1 @@ +Super Nintendo Entertainment System(SNES) Emulator diff --git a/emulators/snes9x/pkg-plist b/emulators/snes9x/pkg-plist new file mode 100644 index 000000000000..c5496363eef7 --- /dev/null +++ b/emulators/snes9x/pkg-plist @@ -0,0 +1 @@ +bin/snes9x -- cgit v1.2.3