diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-02-13 19:45:42 +0800 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-02-13 19:45:42 +0800 |
commit | d3e5a843e96eccae7d420a80de063b9fd59454f0 (patch) | |
tree | e325a3459893ffcdc842433304cb82c76a56289d /emulators/tuxnes | |
parent | 2c52f3e1f1a2caa014554a758a62759a35e6e5ca (diff) | |
download | freebsd-ports-gnome-d3e5a843e96eccae7d420a80de063b9fd59454f0.tar.gz freebsd-ports-gnome-d3e5a843e96eccae7d420a80de063b9fd59454f0.tar.zst freebsd-ports-gnome-d3e5a843e96eccae7d420a80de063b9fd59454f0.zip |
Add TuxNES, a FreeBSD-friendly Nintendo 8-bit emulator.
Reviewed by: Alexander Langer <alex@big.endian.de>
Diffstat (limited to 'emulators/tuxnes')
-rw-r--r-- | emulators/tuxnes/Makefile | 24 | ||||
-rw-r--r-- | emulators/tuxnes/distinfo | 1 | ||||
-rw-r--r-- | emulators/tuxnes/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/tuxnes/pkg-descr | 5 | ||||
-rw-r--r-- | emulators/tuxnes/pkg-plist | 2 |
5 files changed, 33 insertions, 0 deletions
diff --git a/emulators/tuxnes/Makefile b/emulators/tuxnes/Makefile new file mode 100644 index 000000000000..f962d75b81eb --- /dev/null +++ b/emulators/tuxnes/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: tuxnes +# Version required: 0.73 +# Date created: 13 Feb 2000 +# Whom: Jeroen Ruigrok van der Werven <asmodai@freebsd.org> +# +# $FreeBSD$ +# + +DISTNAME= tuxnes-0.73 +CATEGORIES= emulators +MASTER_SITES= http://people.freebsd.org/~asmodai/mirror/ \ + http://tmmm.simplenet.com/tuxnes/packages/ + +MAINTAINER= asmodai@freebsd.org + +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +USE_GMAKE= YES +USE_X_PREFIX= YES +GNU_CONFIGURE= YES + +ONLY_FOR_ARCHS= i386 + +.include <bsd.port.mk> diff --git a/emulators/tuxnes/distinfo b/emulators/tuxnes/distinfo new file mode 100644 index 000000000000..28c20956af40 --- /dev/null +++ b/emulators/tuxnes/distinfo @@ -0,0 +1 @@ +MD5 (tuxnes-0.73.tar.gz) = d492a97bcf5360def872317328d7bd73 diff --git a/emulators/tuxnes/pkg-comment b/emulators/tuxnes/pkg-comment new file mode 100644 index 000000000000..289030f9ac1a --- /dev/null +++ b/emulators/tuxnes/pkg-comment @@ -0,0 +1 @@ +A Nintendo Entertainment System 8-bit emulator diff --git a/emulators/tuxnes/pkg-descr b/emulators/tuxnes/pkg-descr new file mode 100644 index 000000000000..57936a843d6c --- /dev/null +++ b/emulators/tuxnes/pkg-descr @@ -0,0 +1,5 @@ +TuxNES is an emulator for the 8-bit Nintendo Entertainment System. +Currently, the emulator has been tested on Linux and FreeBSD, both +running on x86 processors. + +WWW: http://tmmm.simplenet.com/tuxnes/ diff --git a/emulators/tuxnes/pkg-plist b/emulators/tuxnes/pkg-plist new file mode 100644 index 000000000000..d7c4bc0eeae4 --- /dev/null +++ b/emulators/tuxnes/pkg-plist @@ -0,0 +1,2 @@ +bin/romfixer +bin/tuxnes |