diff options
author | acm <acm@FreeBSD.org> | 2007-10-09 12:04:58 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-10-09 12:04:58 +0800 |
commit | a7d193a1c34d2911911f1aff780c6fc343d7645d (patch) | |
tree | 8e8ef47d33fc61039beec8ca86de441fe7f97128 /emulators | |
parent | df5c3486a6a6abbc1325f6030f15291d5d8ba6d1 (diff) | |
download | freebsd-ports-gnome-a7d193a1c34d2911911f1aff780c6fc343d7645d.tar.gz freebsd-ports-gnome-a7d193a1c34d2911911f1aff780c6fc343d7645d.tar.zst freebsd-ports-gnome-a7d193a1c34d2911911f1aff780c6fc343d7645d.zip |
- New port: emulators/mupen64-softgfx
A graphic plugin for mupen64 emulator
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/mupen64-softgfx/Makefile | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 2df6bd096d21..c0ff7702ce22 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -99,6 +99,7 @@ SUBDIR += mupen64-rsp SUBDIR += mupen64-sdlaudio SUBDIR += mupen64-sdlinput + SUBDIR += mupen64-softgfx SUBDIR += mupen64-sound SUBDIR += nonpareil SUBDIR += o2em 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" |