1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/emulators/mupen64plus-video-glide64mk2/Makefile
John Marino c67f10d9ea Stage all emulators/mupen64plus ports
PR:		190081
Submitted by:	Matthieu Volat
Tweaks by:	marino
2014-08-14 22:05:53 +00:00

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"