diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-02-13 11:45:42 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-02-13 11:45:42 +0000 |
commit | 87b58c4aa39988cd78c91297f4fc991b93e493c8 (patch) | |
tree | fd7058003bd068b46b8ba47cfff2c815be520dc1 /emulators/tuxnes | |
parent | 2af63f933596446ba4b66c1e189e56a76adf6e0d (diff) | |
download | ports-87b58c4aa39988cd78c91297f4fc991b93e493c8.tar.gz ports-87b58c4aa39988cd78c91297f4fc991b93e493c8.zip |
Notes
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 |