aboutsummaryrefslogtreecommitdiff
path: root/emulators/mupen64plus-ui-console
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-12-13 08:09:40 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-12-13 08:09:40 +0000
commitf7923459d4a5b0da3e588bb3a1c9cde05779815f (patch)
tree81447566293766de913fd0cbb852710632fa678c /emulators/mupen64plus-ui-console
parent06cf1c3f7a3556004db5d1ae1ce1584b7d4d4567 (diff)
downloadports-f7923459d4a5b0da3e588bb3a1c9cde05779815f.tar.gz
ports-f7923459d4a5b0da3e588bb3a1c9cde05779815f.zip
- 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/mupen64plus-ui-console')
-rw-r--r--emulators/mupen64plus-ui-console/Makefile16
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"