From c1f3bdc542481449b3f82a304f8bf1276d177850 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Mon, 15 Jun 2015 03:27:50 +0000 Subject: - Update to 2.5 - Take maintainership --- emulators/mupen64plus-plugins/Makefile | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'emulators/mupen64plus-plugins') diff --git a/emulators/mupen64plus-plugins/Makefile b/emulators/mupen64plus-plugins/Makefile index 529eb19771ee..03eb9bab48eb 100644 --- a/emulators/mupen64plus-plugins/Makefile +++ b/emulators/mupen64plus-plugins/Makefile @@ -2,24 +2,25 @@ # $FreeBSD$ PORTNAME= mupen64plus -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.5 +PORTREVISION= 0 CATEGORIES= emulators MASTER_SITES= # empty PKGNAMESUFFIX= -plugins DISTFILES= # empty EXTRACT_ONLY= # empty -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= acm@FreeBSD.org COMMENT= Third party plugins for Mupen64plus -OPTIONS_DEFINE= VIDEO_ARACHNOID VIDEO_GLIDE64 VIDEO_Z64 RSP_Z64 +OPTIONS_DEFINE= VIDEO_ARACHNOID VIDEO_GLIDE64 VIDEO_Z64 RSP_Z64 RSP_CXD4 VIDEO_ARACHNOID_DESC= Arachnoid video plugin VIDEO_GLIDE64_DESC= Glide64 video plugin VIDEO_Z64_DESC= z64 video plugin RSP_Z64_DESC= z64 RSP plugin +RSP_CXD4_DESC= cxd4 RSP plugin -OPTIONS_DEFAULT= VIDEO_ARACHNOID VIDEO_GLIDE64 VIDEO_Z64 RSP_Z64 +OPTIONS_DEFAULT= VIDEO_ARACHNOID VIDEO_GLIDE64 VIDEO_Z64 RSP_Z64 RSP_CXD4 .include @@ -41,6 +42,10 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/${PORTNAME}/mupen64plus-video-z64.so:${PORTSDIR}/ RUN_DEPENDS+= ${LOCALBASE}/lib/${PORTNAME}/mupen64plus-rsp-z64.so:${PORTSDIR}/emulators/mupen64plus-rsp-z64 .endif +.if ${PORT_OPTIONS:MRSP_CXD4} +RUN_DEPENDS+= ${LOCALBASE}/lib/${PORTNAME}/mupen64plus-rsp-cxd4.so:${PORTSDIR}/emulators/mupen64plus-rsp-cxd4 +.endif + NO_MTREE= yes NO_BUILD= yes -- cgit v1.2.3