mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
14 lines
235 B
Makefile
14 lines
235 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -ui-console
|
|
|
|
COMMENT= UI for Mupen64plus
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|
|
|
OPTIONS_DEFINE= #
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|