25beeff079
Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
22 lines
495 B
Makefile
22 lines
495 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 11
|
|
PKGNAMESUFFIX= -video-glide64mk2
|
|
|
|
COMMENT= Glide64mk2 video plugin for Mupen64Plus
|
|
|
|
LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core \
|
|
libboost_thread.so:devel/boost-libs
|
|
|
|
USE_GL= gl
|
|
USE_SDL= sdl2
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|
|
|
OPTIONS_DEFINE= #
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME}
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|