summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-02-12 08:37:15 +0000
committermiwi <miwi@FreeBSD.org>2007-02-12 08:37:15 +0000
commitf2c4f5c0e9f3fef236022e4b22cde8dfbe695df6 (patch)
tree017933024a6e9a6a91300bbc5894d9c017fec0ab /emulators
parent62ed9fad6ac65344db753ea20ec62826acf7fa1c (diff)
downloadFreeBSD-ports-f2c4f5c0e9f3fef236022e4b22cde8dfbe695df6.zip
FreeBSD-ports-f2c4f5c0e9f3fef236022e4b22cde8dfbe695df6.tar.gz
DeSmuME is a Nintendo DS emulator.
It supports many homebrew nds rom demos as well as a handful of wireless multiboot demo nds roms. It also runs DSLinux, the port of Linux to the Nintendo DS WWW: http://desmume.sourceforge.net/ PR: ports/108903 Submitted by: Stefan Sperling <stsp at stsp.in-berlin.de>
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/desmume/Makefile25
-rw-r--r--emulators/desmume/distinfo3
-rw-r--r--emulators/desmume/pkg-descr7
4 files changed, 36 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 33176f8..a26e66b 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -16,6 +16,7 @@
SUBDIR += cpmtools
SUBDIR += cygne-sdl
SUBDIR += darcnes
+ SUBDIR += desmume
SUBDIR += dgen-sdl
SUBDIR += dlx
SUBDIR += dosbox
diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile
new file mode 100644
index 0000000..d395a75
--- /dev/null
+++ b/emulators/desmume/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: desmume
+# Date created: Wed 7 Feb 2007 21:46:15 CET
+# Whom: Stefan Sperling <stsp@stsp.in-berlin.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= desmume
+PORTVERSION= 0.6.0
+CATEGORIES= emulators
+MASTER_SITES= SF
+
+MAINTAINER= stsp@stsp.in-berlin.de
+COMMENT= Nintendo DS emulator
+
+USE_SDL= sdl
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GNOME= gtk20 libglade2
+
+PLIST_FILES= bin/desmume-glade bin/desmume bin/desmume-cli
+
+.include <bsd.port.mk>
diff --git a/emulators/desmume/distinfo b/emulators/desmume/distinfo
new file mode 100644
index 0000000..858cd8e
--- /dev/null
+++ b/emulators/desmume/distinfo
@@ -0,0 +1,3 @@
+MD5 (desmume-0.6.0.tar.gz) = 48f192b8839affc03b2b28e5eb509984
+SHA256 (desmume-0.6.0.tar.gz) = 61dd71c6dd58dffbff45b4af54ba4d81fb46d749aae0894895828a4517c288ef
+SIZE (desmume-0.6.0.tar.gz) = 359041
diff --git a/emulators/desmume/pkg-descr b/emulators/desmume/pkg-descr
new file mode 100644
index 0000000..de1d089
--- /dev/null
+++ b/emulators/desmume/pkg-descr
@@ -0,0 +1,7 @@
+DeSmuME is a Nintendo DS emulator.
+
+It supports many homebrew nds rom demos as well as a handful
+of wireless multiboot demo nds roms. It also runs DSLinux,
+the port of Linux to the Nintendo DS
+
+WWW: http://desmume.sourceforge.net/
OpenPOWER on IntegriCloud