diff options
author | acm <acm@FreeBSD.org> | 2009-01-14 09:50:42 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-01-14 09:50:42 +0800 |
commit | 1315f157a39924cbc8a023f270000cc43787c0d8 (patch) | |
tree | 03686566ffa15d856d1559d2e51ca2d7439eb37f /emulators | |
parent | 306852e6bcf1141c1f806869cb584d9d0c95bcbf (diff) | |
download | freebsd-ports-gnome-1315f157a39924cbc8a023f270000cc43787c0d8.tar.gz freebsd-ports-gnome-1315f157a39924cbc8a023f270000cc43787c0d8.tar.zst freebsd-ports-gnome-1315f157a39924cbc8a023f270000cc43787c0d8.zip |
- New port: emulators/mupen64plus-dummyvideo
Dummy video plugin for Mupen64plus emulator
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/mupen64plus-dummyvideo/Makefile | 20 |
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" |