blob: f1e32e2e0b3bd6d2fa5073957b98a182491ae5bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: mupen64plus-input-sdl
# Date created: 2008-05-16
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -input-sdl
COMMENT= Input plugin for Mupen64plus
MASTERDIR= ${.CURDIR}/../mupen64plus-core
OPTIONS= #
.include "${MASTERDIR}/Makefile"
|