freebsd-ports/emulators/mupen64-tr64/Makefile
Tijl Coosemans 6bc83b9a9b Replace OPTIONS_OVERRIDE with OPTIONS_SLAVE in all ports. It is not meant
to be used in port makefiles.

Approved by:	bapt
2013-06-09 15:58:46 +00:00

21 lines
344 B
Makefile

# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTVERSION= 0.7.8
PORTREVISION= 3
PKGNAMESUFFIX= -tr64
COMMENT= Tr64 graphics plugin for Mupen64
USE_SDL= sdl
USE_GL= yes
FIXFILES= display.c sdlgl.c
PLUGIN_NAME= tr64gl
MASTERDIR= ${.CURDIR}/../mupen64-base
OPTIONS_SLAVE= GTK2
.include "${MASTERDIR}/Makefile"