freebsd-ports/emulators/mupen64plus-rsp-cxd4/Makefile
Dmitry Marakasov ecb9d9eb33 - Fix mupen64plus-rsp-cxd4 on 9.x by requiring newer compiler, as old gcc segfaults
Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-27 01:00:08 +00:00

28 lines
723 B
Makefile

# 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= #
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"