diff options
Diffstat (limited to 'emulators/mupen64plus-ui-console/Makefile')
-rw-r--r-- | emulators/mupen64plus-ui-console/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/emulators/mupen64plus-ui-console/Makefile b/emulators/mupen64plus-ui-console/Makefile new file mode 100644 index 000000000000..18a51ae8edc7 --- /dev/null +++ b/emulators/mupen64plus-ui-console/Makefile @@ -0,0 +1,16 @@ +# 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" |