175d995b80
===> Building for mupen64plus-video-z64-2.0_1 CC _obj/osal_dynamiclib_unix.o CXX _obj/rgl.o In file included from ../../src/rgl.cpp:80: ../../src/rgl.h:29:18: error: glew.h: No such file or directory ... Reported by: pkg-fallout With hat: portmgr
28 lines
683 B
Makefile
28 lines
683 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -video-z64
|
|
DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}.0${EXTRACT_SUFX}:plugin
|
|
|
|
COMMENT= Low-level RDP plugin for the Mupen64Plus
|
|
|
|
BROKEN= Fails to build
|
|
|
|
LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core
|
|
|
|
USE_GL= gl glu glew
|
|
USE_SDL= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|
|
|
OPTIONS_DEFINE= #
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME}
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
EXTRACT_AFTER_ARGS= #
|
|
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|