diff --git a/emulators/mupen64plus-video-glide64/Makefile b/emulators/mupen64plus-video-glide64/Makefile index b192f0b7c25f..62e87098597a 100644 --- a/emulators/mupen64plus-video-glide64/Makefile +++ b/emulators/mupen64plus-video-glide64/Makefile @@ -1,25 +1,26 @@ PORTREVISION= 2 PKGNAMESUFFIX= -video-glide64 DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin COMMENT= Glide64 video plugin for Mupen64Plus LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core -USES+= gl sdl +USES+= gl localbase:ldflags sdl +USE_CXXSTD= c++14 USE_GL= gl USE_SDL= sdl2 -MASTERDIR= ${.CURDIR}/../mupen64plus-core - -OPTIONS_DEFINE= # +CFLAGS+= -I${LOCALBASE}/include/${PORTNAME} -CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME} -LDFLAGS+= -L${LOCALBASE}/lib - -DISTINFO_FILE= ${.CURDIR}/distinfo +MASTERDIR= ${.CURDIR}/../mupen64plus-core EXTRACT_AFTER_ARGS= # + BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix WRKSRC= ${WRKDIR} +DISTINFO_FILE= ${.CURDIR}/distinfo + +OPTIONS_DEFINE= # + .include "${MASTERDIR}/Makefile"