aboutsummaryrefslogtreecommitdiff
path: root/emulators/tuxnes/Makefile
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-02-13 11:45:42 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-02-13 11:45:42 +0000
commit87b58c4aa39988cd78c91297f4fc991b93e493c8 (patch)
treefd7058003bd068b46b8ba47cfff2c815be520dc1 /emulators/tuxnes/Makefile
parent2af63f933596446ba4b66c1e189e56a76adf6e0d (diff)
downloadports-87b58c4aa39988cd78c91297f4fc991b93e493c8.tar.gz
ports-87b58c4aa39988cd78c91297f4fc991b93e493c8.zip
Notes
Diffstat (limited to 'emulators/tuxnes/Makefile')
-rw-r--r--emulators/tuxnes/Makefile24
1 files changed, 24 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>