1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 0.0.10

- Clean up
- Pass maintanership to me

Approved by:	tlp (maintainer via irc)
This commit is contained in:
Jose Alonso Cardenas Marquez 2007-10-09 04:01:47 +00:00
parent baa26c1b4d
commit 5703225495
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201135
5 changed files with 14 additions and 68 deletions

View File

@ -5,43 +5,21 @@
# $FreeBSD$
#
PORTNAME= mupen64
PORTVERSION= 0.0.8
PORTREVISION= 3
CATEGORIES+= emulators
MASTER_SITES= http://mupen64.emulation64.com/files/0.4/
PORTVERSION= 0.0.10
PKGNAMESUFFIX= -sdlinput
DISTNAME= blight_input-${PORTVERSION}-b
MAINTAINER?= tlp@LiquidX.org
COMMENT= Blight's SDL input plugin for Mupen64
LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
FIXFILES= #
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_SDL= sdl
USE_GCC= 3.4
USE_AUTOTOOLS= autoheader:261
ONLY_FOR_ARCHS= i386
PLUGIN_NAME= blight_input
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}/src/.libs/${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
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
.include "${MASTERDIR}/Makefile"

View File

@ -1,3 +0,0 @@
MD5 (blight_input-0.0.8-b.tar.gz) = 31661c6fca2dc455d7cbe7e87d316021
SHA256 (blight_input-0.0.8-b.tar.gz) = d874e6538688d0475fe1cff4fb50e0e777d46821dec94df1b6b05a20bc080142
SIZE (blight_input-0.0.8-b.tar.gz) = 733624

View File

@ -1,19 +1,14 @@
--- src/SDL_ttf.c.orig Tue Oct 14 20:44:17 2003
+++ src/SDL_ttf.c Wed Oct 4 08:38:49 2006
@@ -39,10 +39,10 @@
#define FREEA(p) free(p)
#endif
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
--- blight_input/SDL_ttf.c 2007-10-08 01:36:42.000000000 -0500
+++ blight_input/SDL_ttf.c 2007-10-08 01:39:03.000000000 -0500
@@ -48,7 +48,6 @@
#include <freetype/ftoutln.h>
#include <freetype/ttnameid.h>
*/
-#include <freetype/internal/ftobjs.h>
/** hack **/
#ifndef ft_open_stream
@@ -272,7 +272,7 @@
#ifndef FT_OPEN_STREAM
#define FT_OPEN_STREAM ft_open_stream
@@ -275,7 +274,7 @@
}
memset(stream, 0, sizeof(*stream));

View File

@ -1,15 +0,0 @@
Blight's SDL input 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

View File

@ -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!
-------------------------------------------------------------------------------