- New port: emulators/mupen64plus-input

An input plugin for Mupen64Plus emulator
This commit is contained in:
Jose Alonso Cardenas Marquez 2008-05-20 18:53:08 +00:00
parent 599f3185a6
commit dc2933db2b
2 changed files with 23 additions and 0 deletions

View file

@ -111,6 +111,7 @@
SUBDIR += mupen64plus-dummyaudio
SUBDIR += mupen64plus-glide
SUBDIR += mupen64plus-gln64
SUBDIR += mupen64plus-input
SUBDIR += nonpareil
SUBDIR += o2em
SUBDIR += ods2reader

View file

@ -0,0 +1,22 @@
# 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"