d3197732e3
- trim historical headers Approved by: portmgr (miwi)
22 lines
317 B
Makefile
22 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 7
|
|
PKGNAMESUFFIX= -glide
|
|
|
|
COMMENT= Glide64 graphics plugin for Mupen64
|
|
|
|
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
|
|
|
USE_SDL= sdl
|
|
USE_GL= yes
|
|
|
|
FIXFILES= #
|
|
|
|
PLUGIN_NAME= Glide64
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64-base
|
|
|
|
OPTIONS_OVERRIDE= GTK2
|
|
|
|
.include "${MASTERDIR}/Makefile"
|