mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
fbd0197639
- Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
31 lines
745 B
Makefile
31 lines
745 B
Makefile
# New ports collection makefile for: mupen64plus-video-z64
|
|
# Date created: 2011-12-20
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
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"
|