aboutsummaryrefslogtreecommitdiff
path: root/emulators/mupen64-rsp
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-10-09 03:50:04 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-10-09 03:50:04 +0000
commitfb3f49d7410298270f9b4502eaa98c90d65764d1 (patch)
tree686d538f4897b13ab0b43c0ebe54a4d18a483291 /emulators/mupen64-rsp
parentb49b2025fe5663123cbd177b2da0c600cdba27a6 (diff)
downloadports-fb3f49d7410298270f9b4502eaa98c90d65764d1.tar.gz
ports-fb3f49d7410298270f9b4502eaa98c90d65764d1.zip
Notes
Diffstat (limited to 'emulators/mupen64-rsp')
-rw-r--r--emulators/mupen64-rsp/Makefile35
-rw-r--r--emulators/mupen64-rsp/distinfo3
-rw-r--r--emulators/mupen64-rsp/files/patch-Makefile21
-rw-r--r--emulators/mupen64-rsp/pkg-descr15
-rw-r--r--emulators/mupen64-rsp/pkg-message9
5 files changed, 4 insertions, 79 deletions
diff --git a/emulators/mupen64-rsp/Makefile b/emulators/mupen64-rsp/Makefile
index 8e59157e51ae..e5df155ca657 100644
--- a/emulators/mupen64-rsp/Makefile
+++ b/emulators/mupen64-rsp/Makefile
@@ -5,43 +5,16 @@
# $FreeBSD$
#
-PORTNAME= mupen64
-PORTVERSION= 0.4
-PORTREVISION= 2
-CATEGORIES+= emulators
-MASTER_SITES= http://mupen64.emulation64.com/files/${PORTVERSION}/
PKGNAMESUFFIX= -rsp
-DISTNAME= hack_azi_rsp_hle
-MAINTAINER?= tlp@LiquidX.org
COMMENT= RSP plugin for Mupen64
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gtk12
-USE_GCC= 3.4
-ONLY_FOR_ARCHS= i386
+FIXFILES= #
PLUGIN_NAME= mupen64_hle_rsp_azimer
-PLIST_FILES= share/mupen64/plugins/${PLUGIN_NAME}.so
-PLIST_DIRS= share/mupen64/plugins
-PLIST_DIRS+= share/mupen64
-do-install:
- @${MKDIR} ${PREFIX}/share/mupen64/plugins
- ${INSTALL_SCRIPT} ${WRKSRC}/${PLUGIN_NAME}.so \
- ${PREFIX}/share/mupen64/plugins/
+MASTERDIR= ${.CURDIR}/../mupen64-base
-.include <bsd.port.pre.mk>
+OPTIONS= #
-CFLAGS+= -DUSE_GTK `${GTK_CONFIG} --cflags` -fPIC
-CFLAGS+= -O3 -fomit-frame-pointer -funroll-loops -ffast-math -Wall -pipe
-CFLAGS+= -DX86 -mcpu=athlon
-LDFLAGS+= -lc
-
-MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" LD="${CXX}"
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
+.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64-rsp/distinfo b/emulators/mupen64-rsp/distinfo
deleted file mode 100644
index 1329d7885949..000000000000
--- a/emulators/mupen64-rsp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (hack_azi_rsp_hle.tar.bz2) = 9eb823e0f4a62c8ef0428dabf3f01370
-SHA256 (hack_azi_rsp_hle.tar.bz2) = cf9a2c0340f5eb3c06580e44af645fa3a06bc4c7e64c33e51b7a146c703d4aae
-SIZE (hack_azi_rsp_hle.tar.bz2) = 38268
diff --git a/emulators/mupen64-rsp/files/patch-Makefile b/emulators/mupen64-rsp/files/patch-Makefile
deleted file mode 100644
index 6431c19a6264..000000000000
--- a/emulators/mupen64-rsp/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig Sat Jul 3 18:52:25 2004
-+++ Makefile Wed Aug 11 10:53:40 2004
-@@ -1,11 +1,11 @@
--CC = gcc
--CFLAGS = -DUSE_GTK `gtk-config --cflags` -O3 -mcpu=athlon \
-- -ffast-math -funroll-loops -fomit-frame-pointer
-+#CC = gcc
-+#CFLAGS = -DUSE_GTK `gtk-config --cflags` -O3 -mcpu=athlon \
-+# -ffast-math -funroll-loops -fomit-frame-pointer
- #CFLAGS = -DUSE_GTK `gtk-config --cflags` -g -fPIC
--CXX = g++
--CXXFLAGS = $(CFLAGS)
--LD = g++
--LDFLAGS =
-+#CXX = g++
-+#CXXFLAGS = $(CFLAGS)
-+#LD = g++
-+#LDFLAGS =
-
- TARGET = mupen64_hle_rsp_azimer.so
- OBJECTS = main.o disasm.o jpeg.o ucode1.o ucode2.o ucode3.o ucode3mp3.o
diff --git a/emulators/mupen64-rsp/pkg-descr b/emulators/mupen64-rsp/pkg-descr
deleted file mode 100644
index 20062e7d53b6..000000000000
--- a/emulators/mupen64-rsp/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-RSP plugin for Mupen64
--
-Mupen64 is a highly portable Nintendo 64 emulator. It has been developed
-on/for Linux originally but has already been ported successfully to other
-operating systems. The program can easily be ported to all operating systems
-supported by the SDL library.
-
-In its current state, the emulator is highly compatible and uses a plugin
-system. With the correct plugins ("correct" can be computer dependent), it
-can achieve nearly perfect graphics and sound in many games.
-
-WWW: http://mupen64.emulation64.com/
-
-- Travis Poppe
-tlp@liquidx.org
diff --git a/emulators/mupen64-rsp/pkg-message b/emulators/mupen64-rsp/pkg-message
deleted file mode 100644
index d53470396a22..000000000000
--- a/emulators/mupen64-rsp/pkg-message
+++ /dev/null
@@ -1,9 +0,0 @@
--------------------------------------------------------------------------------
-If you have installed/upgraded any new plugins or are upgrading from a previous
-version of Mupen64, please note that in order for these changes to take effect,
-you -must- backup and then remove ~/.mupen64 first. After you have removed the
-directory, run 'mupen64' to re-create it. Then, manually copy back your save
-files/other data you need from the backup if necessary.
-
-Enjoy!
--------------------------------------------------------------------------------