aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/mupen64-dummyaudio
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2007-10-09 11:50:04 +0800
committeracm <acm@FreeBSD.org>2007-10-09 11:50:04 +0800
commit230654df332047f577eda81b360925ea722b305e (patch)
treef5c57df8380f0897e4d3004e91c85b8046850d95 /emulators/mupen64-dummyaudio
parent461e225dfc450fe412b1a19917d39825ad24b51d (diff)
downloadfreebsd-ports-graphics-230654df332047f577eda81b360925ea722b305e.tar.gz
freebsd-ports-graphics-230654df332047f577eda81b360925ea722b305e.tar.zst
freebsd-ports-graphics-230654df332047f577eda81b360925ea722b305e.zip
- Update to 0.5
- Remove a lot of obsolete patch files - Clean up all emulators/mupen64* ports - Add new way to build mupen64 emulator and all plugins - Pass maintainership to me Approved by: tlp (maintainer via irc)
Diffstat (limited to 'emulators/mupen64-dummyaudio')
-rw-r--r--emulators/mupen64-dummyaudio/Makefile34
-rw-r--r--emulators/mupen64-dummyaudio/distinfo3
-rw-r--r--emulators/mupen64-dummyaudio/files/patch-Makefile14
-rw-r--r--emulators/mupen64-dummyaudio/pkg-descr15
-rw-r--r--emulators/mupen64-dummyaudio/pkg-message9
5 files changed, 4 insertions, 71 deletions
diff --git a/emulators/mupen64-dummyaudio/Makefile b/emulators/mupen64-dummyaudio/Makefile
index 642894e4715..4f86d2e7707 100644
--- a/emulators/mupen64-dummyaudio/Makefile
+++ b/emulators/mupen64-dummyaudio/Makefile
@@ -5,42 +5,16 @@
# $FreeBSD$
#
-PORTNAME= mupen64
-PORTVERSION= 0.4
-CATEGORIES+= emulators
-MASTER_SITES= http://mupen64.emulation64.com/files/${PORTVERSION}/
PKGNAMESUFFIX= -dummyaudio
-DISTNAME= dummyaudio
-MAINTAINER?= tlp@LiquidX.org
COMMENT= Dummy audio plugin for Mupen64
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GCC= 3.4
-ONLY_FOR_ARCHS= i386
-WRKSRC= ${WRKDIR}/dummy
+FIXFILES= #
PLUGIN_NAME= dummyaudio
-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+= -fPIC
-CFLAGS+= -O3 -fomit-frame-pointer -funroll-loops -ffast-math -Wall -pipe
-CFLAGS+= -DX86 -mcpu=athlon
-LDFLAGS+= -shared -Wl,-Bsymbolic -lc
-
-MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" LD="${CC}"
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
+.include "${MASTERDIR}/Makefile"
diff --git a/emulators/mupen64-dummyaudio/distinfo b/emulators/mupen64-dummyaudio/distinfo
deleted file mode 100644
index 2dd5a51648d..00000000000
--- a/emulators/mupen64-dummyaudio/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (dummyaudio.tar.bz2) = b305bd25889d7a6eb195679dbc1ef55c
-SHA256 (dummyaudio.tar.bz2) = b3cbf1d87a4b133035af50b8bb216278a617afdc0fb849c2f17e31af1c718ebd
-SIZE (dummyaudio.tar.bz2) = 3417
diff --git a/emulators/mupen64-dummyaudio/files/patch-Makefile b/emulators/mupen64-dummyaudio/files/patch-Makefile
deleted file mode 100644
index fe54f2a294a..00000000000
--- a/emulators/mupen64-dummyaudio/files/patch-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.orig Sun Jul 4 11:44:08 2004
-+++ Makefile Thu Aug 12 16:02:04 2004
-@@ -1,7 +1,7 @@
--CC = gcc
--CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -ffast-math -mcpu=athlon -Wall
--LD = gcc
--LDFLAGS = -shared -Wl,-Bsymbolic
-+#CC = gcc
-+#CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -ffast-math -mcpu=athlon -Wall
-+#LD = gcc
-+#LDFLAGS = -shared -Wl,-Bsymbolic
-
- OBJECTS = audio.o
-
diff --git a/emulators/mupen64-dummyaudio/pkg-descr b/emulators/mupen64-dummyaudio/pkg-descr
deleted file mode 100644
index 80ec3fec0cf..00000000000
--- a/emulators/mupen64-dummyaudio/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-Dummy sound 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-dummyaudio/pkg-message b/emulators/mupen64-dummyaudio/pkg-message
deleted file mode 100644
index d53470396a2..00000000000
--- a/emulators/mupen64-dummyaudio/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!
--------------------------------------------------------------------------------