1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/emulators/mupen64plus-core/Makefile
Jose Alonso Cardenas Marquez 2f3c1b4aaa - New port: emulators/mupen64plus-base
Mupen64Plus is a plugin-based N64 emulator for Linux, FreeBSD which is capable
of accurately playing many games. Included are four MIPS R4300 CPU emulators,
with dynamic recompilers for 32-bit x86 and 64-bit amd64 systems, and necessary
plugins for audio, graphical rendering (RDP), signal co-processor (RSP), and
input. There are 3 OpenGL video plugins included: glN64, RiceVideoLinux, and
Glide64.

WWW:    http://code.google.com/p/mupen64plus/
2008-05-20 18:36:41 +00:00

43 lines
962 B
Makefile

# New ports collection makefile for: mupen64plus-base
# Date created: 2008-05-16
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mupen64plus
PORTVERSION?= 1.3
PORTREVISION?= 0
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMESUFFIX?= -base
DIST_SUBDIR= ${PORTNAME}
MAINTAINER?= acm@FreeBSD.org
COMMENT?= A fork of Mupen64 Nintendo 64 emulator
USE_ZIP= yes
USE_GNOME?= pkgconfig gtk20
USE_GL?= #
USE_SDL?= #
USE_GMAKE= yes
ONLY_FOR_ARCHS= i386 amd64
MAKE_ENV+= CXX="${CXX}" PTHREAD_LIBS="${PTHREAD_LIBS}"
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
FIXFILES?= r4300/r4300.c r4300/recomp.c memory/dma.c r4300/x86/assemble.c \
r4300/x86_64/assemble.c main/gui_gtk/main_gtk.c main/vcr.c
OPTIONS?= NOGUI "Build without GUI support" off
.include <bsd.port.pre.mk>
.if defined(WITH_NOGUI)
HAVE_NOGUI= true
.endif
.include "${MASTERDIR}/Makefile.common"
.include <bsd.port.post.mk>