blob: 62db916570da5e41e9e71abcf703df727c6381c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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"
|