mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
ffef66e776
Graphic plugin for Mupen64Plus emulator
24 lines
423 B
Makefile
24 lines
423 B
Makefile
# New ports collection makefile for: mupen64plus-glide
|
|
# Date created: 2008-05-16
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -glide
|
|
|
|
COMMENT= Glide64 graphics plugin for Mupen64plus
|
|
|
|
USE_SDL= sdl
|
|
USE_GL= yes
|
|
|
|
FIXFILES= #
|
|
|
|
PLUGIN_NAME= glide64
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-base
|
|
|
|
OPTIONS= YASM "Use yasm assembler instead of nasm" on
|
|
|
|
.include "${MASTERDIR}/Makefile"
|