diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-10-09 12:04:58 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-10-09 12:04:58 +0800 |
commit | b4cce89d62cc119f66834c7df031fefb94648639 (patch) | |
tree | 3c53120e70f2e0da9e6a8756bcca42415ed74248 | |
parent | 5703225495fb51ce808ae4cee74cc6e466d2c056 (diff) | |
download | freebsd-ports-gnome-b4cce89d62cc119f66834c7df031fefb94648639.tar.gz freebsd-ports-gnome-b4cce89d62cc119f66834c7df031fefb94648639.tar.zst freebsd-ports-gnome-b4cce89d62cc119f66834c7df031fefb94648639.zip |
- New port: emulators/mupen64-softgfx
A graphic plugin for mupen64 emulator
-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" |