forked from Lainports/freebsd-ports
- New port: emulators/mupen64plus-input
An input plugin for Mupen64Plus emulator
This commit is contained in:
parent
599f3185a6
commit
dc2933db2b
2 changed files with 23 additions and 0 deletions
|
|
@ -111,6 +111,7 @@
|
|||
SUBDIR += mupen64plus-dummyaudio
|
||||
SUBDIR += mupen64plus-glide
|
||||
SUBDIR += mupen64plus-gln64
|
||||
SUBDIR += mupen64plus-input
|
||||
SUBDIR += nonpareil
|
||||
SUBDIR += o2em
|
||||
SUBDIR += ods2reader
|
||||
|
|
|
|||
22
emulators/mupen64plus-input/Makefile
Normal file
22
emulators/mupen64plus-input/Makefile
Normal 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"
|
||||
Loading…
Add table
Reference in a new issue