freebsd-ports/emulators/mupen64plus-rsp-cxd4/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

28 lines
715 B
Makefile

# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
PORTREVISION= 6
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:emulators/mupen64plus-core
USE_GL= #
USE_SDL= #
MASTERDIR= ${.CURDIR}/../mupen64plus-core
OPTIONS_DEFINE= #
USES+= compiler:c++11-lang
MAKE_ENV+= SSE=none
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME}
LDFLAGS+= -L${LOCALBASE}/lib
DISTINFO_FILE= ${.CURDIR}/distinfo
EXTRACT_AFTER_ARGS= #
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix
WRKSRC= ${WRKDIR}
.include "${MASTERDIR}/Makefile"