1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- New port: emulators/mupen64plus-video-arachnoid

The arachnoid video plugin for Mupen64plus
This commit is contained in:
Jose Alonso Cardenas Marquez 2011-12-20 23:48:21 +00:00
parent 9849bc53c6
commit 477c3382f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287766
2 changed files with 31 additions and 0 deletions

View File

@ -115,6 +115,7 @@
SUBDIR += mupen64plus-rsp-hle
SUBDIR += mupen64plus-rsp-z64
SUBDIR += mupen64plus-ui-console
SUBDIR += mupen64plus-video-arachnoid
SUBDIR += mupen64plus-video-rice
SUBDIR += nonpareil
SUBDIR += o2em

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: mupen64plus-video-arachnoid
# Date created: 2011-12-20
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 0
PKGNAMESUFFIX= -video-arachnoid
DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin
COMMENT= The arachnoid video plugin for Mupen64plus
LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core
USE_GL= gl glu
USE_SDL= #
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"