diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-12 08:37:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-12 08:37:15 +0000 |
commit | 287315c88f98fb3c9a9c5662b294ac938801d22a (patch) | |
tree | 69457208255d20ec30353cf1a1e751b8cf08966a /emulators | |
parent | 2ed8a0c563826f0c30891fbc6b91bc682f86211a (diff) | |
download | ports-287315c88f98fb3c9a9c5662b294ac938801d22a.tar.gz ports-287315c88f98fb3c9a9c5662b294ac938801d22a.zip |
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>
Notes
Notes:
svn path=/head/; revision=184969
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/desmume/Makefile | 25 | ||||
-rw-r--r-- | emulators/desmume/distinfo | 3 | ||||
-rw-r--r-- | emulators/desmume/pkg-descr | 7 |
4 files changed, 36 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 33176f89264c..a26e66b56a67 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 000000000000..d395a75a1998 --- /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 000000000000..858cd8eb7527 --- /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 000000000000..de1d089021ad --- /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/ |