mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
de94cdf35b
Dummy video plugin for Mupen64plus emulator
21 lines
361 B
Makefile
21 lines
361 B
Makefile
# New ports collection makefile for: mupen64plus-dummyvideo
|
|
# Date created: 2009-01-13
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -dummyvideo
|
|
|
|
COMMENT= Dummy video plugin for Mupen64plus
|
|
|
|
FIXFILES= #
|
|
|
|
PLUGIN_NAME= dummyvideo
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-base
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|