aboutsummaryrefslogtreecommitdiff
path: root/emulators/mupen64plus-plugins
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-06-15 03:27:50 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-06-15 03:27:50 +0000
commitc1f3bdc542481449b3f82a304f8bf1276d177850 (patch)
tree25f9a540fe48200a7600516791c27a73122a1033 /emulators/mupen64plus-plugins
parent30dfa7ab8ff3815b1a4d4ad2979bf76d5052f932 (diff)
downloadports-c1f3bdc542481449b3f82a304f8bf1276d177850.tar.gz
ports-c1f3bdc542481449b3f82a304f8bf1276d177850.zip
Notes
Diffstat (limited to 'emulators/mupen64plus-plugins')
-rw-r--r--emulators/mupen64plus-plugins/Makefile15
1 files changed, 10 insertions, 5 deletions
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 <bsd.port.pre.mk>
@@ -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