summaryrefslogtreecommitdiff
path: root/emulators/mupen64-softgfx
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-10-09 04:04:58 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-10-09 04:04:58 +0000
commitb4cce89d62cc119f66834c7df031fefb94648639 (patch)
tree3c53120e70f2e0da9e6a8756bcca42415ed74248 /emulators/mupen64-softgfx
parent- Update to 0.0.10 (diff)
- New port: emulators/mupen64-softgfx
A graphic plugin for mupen64 emulator
Notes
Notes: svn path=/head/; revision=201136
Diffstat (limited to 'emulators/mupen64-softgfx')
-rw-r--r--emulators/mupen64-softgfx/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/emulators/mupen64-softgfx/Makefile b/emulators/mupen64-softgfx/Makefile
new file mode 100644
index 000000000000..35c0388abf99
--- /dev/null
+++ b/emulators/mupen64-softgfx/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: mupen64-softgfx
+# Date created: 2007-10-08
+# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -softgfx
+
+COMMENT= Soft gfx plugin for Mupen64
+
+USE_SDL= sdl
+
+FIXFILES= #
+
+PLUGIN_NAME= mupen64_soft_gfx
+
+MASTERDIR= ${.CURDIR}/../mupen64-base
+
+OPTIONS= #
+
+.include "${MASTERDIR}/Makefile"