diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-12-13 08:09:40 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-12-13 08:09:40 +0000 |
commit | f7923459d4a5b0da3e588bb3a1c9cde05779815f (patch) | |
tree | 81447566293766de913fd0cbb852710632fa678c /emulators | |
parent | 06cf1c3f7a3556004db5d1ae1ce1584b7d4d4567 (diff) |
- New port: emulators/mupen64plus-ui-console
mupen64plus command line UI
WWW: http://code.google.com/p/mupen64plus/
Notes
Notes:
svn path=/head/; revision=266186
Diffstat (limited to 'emulators')
-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" |