- New port: emulators/mupen64plus-video-z64

Low-level RDP plugin for the Mupen64Plus
This commit is contained in:
Jose Alonso Cardenas Marquez 2011-12-20 23:51:31 +00:00
parent 8db9e8462c
commit e03a41e4f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287768
2 changed files with 31 additions and 0 deletions

View file

@ -118,6 +118,7 @@
SUBDIR += mupen64plus-video-arachnoid SUBDIR += mupen64plus-video-arachnoid
SUBDIR += mupen64plus-video-glide64 SUBDIR += mupen64plus-video-glide64
SUBDIR += mupen64plus-video-rice SUBDIR += mupen64plus-video-rice
SUBDIR += mupen64plus-video-z64
SUBDIR += nonpareil SUBDIR += nonpareil
SUBDIR += o2em SUBDIR += o2em
SUBDIR += ods2reader SUBDIR += ods2reader

View file

@ -0,0 +1,30 @@
# New ports collection makefile for: mupen64plus-video-z64
# Date created: 2011-12-20
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 0
PKGNAMESUFFIX= -video-z64
DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin
COMMENT= Low-level RDP plugin for the Mupen64Plus
LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core
USE_GL= gl glu glew
USE_SDL= yes
MASTERDIR= ${.CURDIR}/../mupen64plus-core
OPTIONS= #
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME}
LDFLAGS+= -L${LOCALBASE}/lib
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix
WRKSRC= ${WRKDIR}
.include "${MASTERDIR}/Makefile"