diff options
author | acm <acm@FreeBSD.org> | 2010-12-13 16:05:29 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-12-13 16:05:29 +0800 |
commit | 7cf81dde693caedc76a132d2e623f14735eaee89 (patch) | |
tree | 2873ffc1718296dd703965a504644cbf778c39ee /emulators | |
parent | 768cc0e7116c1300946c7c4b9db8a66e4cca85c0 (diff) | |
download | freebsd-ports-gnome-7cf81dde693caedc76a132d2e623f14735eaee89.tar.gz freebsd-ports-gnome-7cf81dde693caedc76a132d2e623f14735eaee89.tar.zst freebsd-ports-gnome-7cf81dde693caedc76a132d2e623f14735eaee89.zip |
- Rename the following ports:
emulators/mupen64plus-base -> emulators/mupen64plus-core
emulators/mupen64plus-sdlaudio -> emulators/mupen64plus-audio-sdl
emulators/mupen64plus-sdlinput -> emulators/mupen64plus-input-sdl
emulators/mupen64plus-rsp -> emulators/mupen64plus-rsp-hle
emulators/mupen64plus-rice -> emulators/mupen64plus-video-rice
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mupen64plus-audio-sdl/Makefile | 12 | ||||
-rw-r--r-- | emulators/mupen64plus-input-sdl/Makefile | 16 | ||||
-rw-r--r-- | emulators/mupen64plus-rsp-hle/Makefile | 10 | ||||
-rw-r--r-- | emulators/mupen64plus-video-rice/Makefile | 13 |
4 files changed, 14 insertions, 37 deletions
diff --git a/emulators/mupen64plus-audio-sdl/Makefile b/emulators/mupen64plus-audio-sdl/Makefile index 20b5555ac52e..0b473d741cc9 100644 --- a/emulators/mupen64plus-audio-sdl/Makefile +++ b/emulators/mupen64plus-audio-sdl/Makefile @@ -1,21 +1,17 @@ -# New ports collection makefile for: mupen64plus-sdlaudio +# New ports collection makefile for: mupen64plus-audio-sdl # Date created: 2008-05-16 # Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # # $FreeBSD$ # -PKGNAMESUFFIX= -sdlaudio +PKGNAMESUFFIX= -audio-sdl -COMMENT= JttL's SDL audio plugin for Mupen64plus +COMMENT= Mupen64plus audio sdl plugin USE_SDL= sdl -FIXFILES= # - -PLUGIN_NAME= jttl_audio - -MASTERDIR= ${.CURDIR}/../mupen64plus-base +MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS= # diff --git a/emulators/mupen64plus-input-sdl/Makefile b/emulators/mupen64plus-input-sdl/Makefile index 62db916570da..f1e32e2e0b3b 100644 --- a/emulators/mupen64plus-input-sdl/Makefile +++ b/emulators/mupen64plus-input-sdl/Makefile @@ -1,23 +1,15 @@ -# New ports collection makefile for: mupen64plus-sdlinput +# New ports collection makefile for: mupen64plus-input-sdl # Date created: 2008-05-16 # Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # # $FreeBSD$ # -PKGNAMESUFFIX= -sdlinput +PKGNAMESUFFIX= -input-sdl -COMMENT= Blight's SDL input plugin for Mupen64plus +COMMENT= Input plugin for Mupen64plus -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 - -FIXFILES= # - -USE_SDL= sdl ttf - -PLUGIN_NAME= blight_input - -MASTERDIR= ${.CURDIR}/../mupen64plus-base +MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS= # diff --git a/emulators/mupen64plus-rsp-hle/Makefile b/emulators/mupen64plus-rsp-hle/Makefile index 6aba6d22b377..8e0d5d2e5471 100644 --- a/emulators/mupen64plus-rsp-hle/Makefile +++ b/emulators/mupen64plus-rsp-hle/Makefile @@ -1,19 +1,15 @@ -# New ports collection makefile for: mupen64plus-rsp +# New ports collection makefile for: mupen64plus-rsp-hle # Date created: 2008-05-16 # Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # # $FreeBSD$ # -PKGNAMESUFFIX= -rsp +PKGNAMESUFFIX= -rsp-hle COMMENT= RSP plugin for Mupen64plus -FIXFILES= # - -PLUGIN_NAME= mupen64_hle_rsp_azimer - -MASTERDIR= ${.CURDIR}/../mupen64plus-base +MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS= # diff --git a/emulators/mupen64plus-video-rice/Makefile b/emulators/mupen64plus-video-rice/Makefile index d8b013e00a0f..30c3a277b005 100644 --- a/emulators/mupen64plus-video-rice/Makefile +++ b/emulators/mupen64plus-video-rice/Makefile @@ -1,24 +1,17 @@ -# New ports collection makefile for: mupen64plus-rice +# New ports collection makefile for: mupen64plus-video-rice # Date created: 2008-05-16 # Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # # $FreeBSD$ # -PKGNAMESUFFIX= -rice +PKGNAMESUFFIX= -video-rice COMMENT= The rice graphics plugin for Mupen64plus -BROKEN= does not compile - USE_GL= yes -USE_SDL= sdl - -FIXFILES= rice_video/liblinux/BMGImage.c rice_video/liblinux/BMGUtils.c - -PLUGIN_NAME= ricevideo -MASTERDIR= ${.CURDIR}/../mupen64plus-base +MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS= # |