mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
c67f10d9ea
PR: 190081 Submitted by: Matthieu Volat Tweaks by: marino
22 lines
501 B
Makefile
22 lines
501 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -video-glide64mk2
|
|
|
|
COMMENT= Glide64mk2 video plugin for Mupen64Plus
|
|
|
|
LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core \
|
|
libboost_thread.so:${PORTSDIR}/devel/boost-libs
|
|
|
|
USE_GL= gl
|
|
USE_SDL= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|
|
|
OPTIONS_DEFINE= #
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME}
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|