23 lines
492 B
Makefile
23 lines
492 B
Makefile
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -rsp-z64
|
|
|
|
COMMENT= Low-level RSP processor plugin for the Mupen64Plus
|
|
|
|
LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core
|
|
|
|
GH_TAGNAME= ad877e263e6ee78839cbd12cdd150d17177079cf
|
|
|
|
USE_GL= #
|
|
USE_SDL= #
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|
|
|
OPTIONS_DEFINE= #
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME}
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
RELEASE_DATE= 20230611
|
|
|
|
.include "${MASTERDIR}/Makefile"
|