aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-01-14 01:50:42 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-01-14 01:50:42 +0000
commitde94cdf35ba0c0b5c0249c6386f17abcaedae133 (patch)
tree843d32ee0a718822eea3e942dc1c5164a7d5d8ca
parent29fa9577c95bd2240e3c9312ff2fdcae853f6e4c (diff)
Notes
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/mupen64plus-dummyvideo/Makefile20
2 files changed, 21 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index d0df687a182e..2decc88fe68a 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -98,6 +98,7 @@
SUBDIR += mupen64
SUBDIR += mupen64-base
SUBDIR += mupen64-dummyaudio
+ SUBDIR += mupen64-dummyvideo
SUBDIR += mupen64-glide
SUBDIR += mupen64-gln64
SUBDIR += mupen64-input
diff --git a/emulators/mupen64plus-dummyvideo/Makefile b/emulators/mupen64plus-dummyvideo/Makefile
new file mode 100644
index 000000000000..2872cd357e5c
--- /dev/null
+++ b/emulators/mupen64plus-dummyvideo/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: mupen64plus-dummyvideo
+# Date created: 2009-01-13
+# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -dummyvideo
+
+COMMENT= Dummy video plugin for Mupen64plus
+
+FIXFILES= #
+
+PLUGIN_NAME= dummyvideo
+
+MASTERDIR= ${.CURDIR}/../mupen64plus-base
+
+OPTIONS= #
+
+.include "${MASTERDIR}/Makefile"