diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-10-09 04:04:58 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-10-09 04:04:58 +0000 |
commit | b4cce89d62cc119f66834c7df031fefb94648639 (patch) | |
tree | 3c53120e70f2e0da9e6a8756bcca42415ed74248 /emulators/mupen64-softgfx | |
parent | - Update to 0.0.10 (diff) |
- New port: emulators/mupen64-softgfx
A graphic plugin for mupen64 emulator
Diffstat (limited to 'emulators/mupen64-softgfx')
-rw-r--r-- | emulators/mupen64-softgfx/Makefile | 22 |
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" |