diff options
author | acm <acm@FreeBSD.org> | 2010-12-13 16:09:40 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-12-13 16:09:40 +0800 |
commit | feec2bbac8902743797f8e162723b3d2a05ff94c (patch) | |
tree | 605a065747e1d440776ddab1578ca8c76d0e462c /emulators | |
parent | 7cf81dde693caedc76a132d2e623f14735eaee89 (diff) | |
download | freebsd-ports-gnome-feec2bbac8902743797f8e162723b3d2a05ff94c.tar.gz freebsd-ports-gnome-feec2bbac8902743797f8e162723b3d2a05ff94c.tar.zst freebsd-ports-gnome-feec2bbac8902743797f8e162723b3d2a05ff94c.zip |
- New port: emulators/mupen64plus-ui-console
mupen64plus command line UI
WWW: http://code.google.com/p/mupen64plus/
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" |