16 lines
302 B
Makefile
16 lines
302 B
Makefile
# New ports collection makefile for: mupen64plus-ui-console
|
|
# Date created: 2010-11-28
|
|
# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -ui-console
|
|
|
|
COMMENT= UI for Mupen64plus
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|