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>
This commit is contained in:
parent
2ed8a0c563
commit
287315c88f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184969
4 changed files with 36 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
SUBDIR += cpmtools
|
||||
SUBDIR += cygne-sdl
|
||||
SUBDIR += darcnes
|
||||
SUBDIR += desmume
|
||||
SUBDIR += dgen-sdl
|
||||
SUBDIR += dlx
|
||||
SUBDIR += dosbox
|
||||
|
|
25
emulators/desmume/Makefile
Normal file
25
emulators/desmume/Makefile
Normal file
|
@ -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>
|
3
emulators/desmume/distinfo
Normal file
3
emulators/desmume/distinfo
Normal file
|
@ -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
|
7
emulators/desmume/pkg-descr
Normal file
7
emulators/desmume/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue