From f2c4f5c0e9f3fef236022e4b22cde8dfbe695df6 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 12 Feb 2007 08:37:15 +0000 Subject: 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 --- emulators/Makefile | 1 + emulators/desmume/Makefile | 25 +++++++++++++++++++++++++ emulators/desmume/distinfo | 3 +++ emulators/desmume/pkg-descr | 7 +++++++ 4 files changed, 36 insertions(+) create mode 100644 emulators/desmume/Makefile create mode 100644 emulators/desmume/distinfo create mode 100644 emulators/desmume/pkg-descr (limited to 'emulators') 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 +# +# $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 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/ -- cgit v1.1