diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-06-15 03:24:16 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-06-15 03:24:16 +0000 |
commit | 30dfa7ab8ff3815b1a4d4ad2979bf76d5052f932 (patch) | |
tree | 2c0df898c18f0b51b2d930945596a89382101aa1 /emulators | |
parent | 7549d1db78365e4799ed314320eb8faa1d83e408 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mupen64plus-rsp-cxd4/Makefile | 26 | ||||
-rw-r--r-- | emulators/mupen64plus-rsp-cxd4/distinfo | 2 |
2 files changed, 28 insertions, 0 deletions
diff --git a/emulators/mupen64plus-rsp-cxd4/Makefile b/emulators/mupen64plus-rsp-cxd4/Makefile new file mode 100644 index 000000000000..820b5b067867 --- /dev/null +++ b/emulators/mupen64plus-rsp-cxd4/Makefile @@ -0,0 +1,26 @@ +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# $FreeBSD$ + +PKGNAMESUFFIX= -rsp-cxd4 +DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin + +COMMENT= Low-level RSP processor plugin for the Mupen64Plus + +LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core + +USE_GL= # +USE_SDL= # + +MASTERDIR= ${.CURDIR}/../mupen64plus-core + +OPTIONS_DEFINE= # + +MAKE_ENV+= SSE=none +CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME} +LDFLAGS+= -L${LOCALBASE}/lib + +EXTRACT_AFTER_ARGS= # +BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix +WRKSRC= ${WRKDIR} + +.include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-rsp-cxd4/distinfo b/emulators/mupen64plus-rsp-cxd4/distinfo new file mode 100644 index 000000000000..b59cf69be75e --- /dev/null +++ b/emulators/mupen64plus-rsp-cxd4/distinfo @@ -0,0 +1,2 @@ +SHA256 (mupen64plus/mupen64plus-rsp-cxd4-src-2.5.tar.gz) = 978d3b3d752020ce2d4ad663f6712345764d4987861db16076dc5ca396ee5881 +SIZE (mupen64plus/mupen64plus-rsp-cxd4-src-2.5.tar.gz) = 56387 |