168ce6617b
An input plugin for Mupen64Plus emulator
24 lines
437 B
Makefile
24 lines
437 B
Makefile
# New ports collection makefile for: mupen64plus-sdlinput
|
|
# Date created: 2008-05-16
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -sdlinput
|
|
|
|
COMMENT= Blight's SDL input plugin for Mupen64plus
|
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
FIXFILES= #
|
|
|
|
USE_SDL= sdl ttf
|
|
|
|
PLUGIN_NAME= blight_input
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-base
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|