diff options
author | acm <acm@FreeBSD.org> | 2008-05-21 03:00:26 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2008-05-21 03:00:26 +0800 |
commit | fb63130856e10502ef33e8cbcce2f850ba9f82eb (patch) | |
tree | dc0320726e7189f3c9e1da3c85887e583c4c0159 /emulators | |
parent | 66a0b494b5829deb05f6b11d5da32987f140a0f5 (diff) | |
download | freebsd-ports-gnome-fb63130856e10502ef33e8cbcce2f850ba9f82eb.tar.gz freebsd-ports-gnome-fb63130856e10502ef33e8cbcce2f850ba9f82eb.tar.zst freebsd-ports-gnome-fb63130856e10502ef33e8cbcce2f850ba9f82eb.zip |
- New port: emulators/mupen64plus-rsp
A RSP plugin for Mupen64plus emulator
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/mupen64plus-rsp-hle/Makefile | 20 | ||||
-rw-r--r-- | emulators/mupen64plus-rsp/Makefile | 20 |
3 files changed, 41 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 181873c71d7c..b3cd3769bb96 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -113,6 +113,7 @@ SUBDIR += mupen64plus-gln64 SUBDIR += mupen64plus-input SUBDIR += mupen64plus-rice + SUBDIR += mupen64plus-rsp SUBDIR += nonpareil SUBDIR += o2em SUBDIR += ods2reader diff --git a/emulators/mupen64plus-rsp-hle/Makefile b/emulators/mupen64plus-rsp-hle/Makefile new file mode 100644 index 000000000000..6aba6d22b377 --- /dev/null +++ b/emulators/mupen64plus-rsp-hle/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: mupen64plus-rsp +# Date created: 2008-05-16 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -rsp + +COMMENT= RSP plugin for Mupen64plus + +FIXFILES= # + +PLUGIN_NAME= mupen64_hle_rsp_azimer + +MASTERDIR= ${.CURDIR}/../mupen64plus-base + +OPTIONS= # + +.include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-rsp/Makefile b/emulators/mupen64plus-rsp/Makefile new file mode 100644 index 000000000000..6aba6d22b377 --- /dev/null +++ b/emulators/mupen64plus-rsp/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: mupen64plus-rsp +# Date created: 2008-05-16 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -rsp + +COMMENT= RSP plugin for Mupen64plus + +FIXFILES= # + +PLUGIN_NAME= mupen64_hle_rsp_azimer + +MASTERDIR= ${.CURDIR}/../mupen64plus-base + +OPTIONS= # + +.include "${MASTERDIR}/Makefile" |