summaryrefslogtreecommitdiff
path: root/emulators/zsnes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/zsnes/Makefile')
-rw-r--r--emulators/zsnes/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile
new file mode 100644
index 00000000000..3cb39e08c2b
--- /dev/null
+++ b/emulators/zsnes/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/06 20:00:42 wiz Exp $
+#
+
+DISTNAME= zsnes1337src
+PKGNAME= zsnes-1.337
+CATEGORIES= emulators
+MASTER_SITES= http://prdownloads.sourceforge.net/zsnes/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.zsnes.com/sourceforge.php
+COMMENT= Super NES emulator
+
+BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
+
+ONLY_FOR_PLATFORM= *-*-i386
+
+ALL_TARGET= zsnes
+
+WRKSRC= ${WRKDIR}/zsnes-1.337/src
+
+GNU_CONFIGURE= # defined
+USE_GMAKE= # defined
+USE_CONFIG_WRAPPER= # defined
+USE_BUILDLINK_ONLY= # defined
+
+.include "../../devel/SDL/buildlink.mk"
+.include "../../graphics/png/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"