dc2933db2b
An input plugin for Mupen64Plus emulator
22 lines
362 B
Makefile
22 lines
362 B
Makefile
# New ports collection makefile for: mupen64plus-input
|
|
# Date created: 2008-05-16
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -input
|
|
|
|
COMMENT= Input plugin for Mupen64plus
|
|
|
|
USE_SDL= sdl
|
|
|
|
FIXFILES= #
|
|
|
|
PLUGIN_NAME= mupen64_input
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-base
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|