5271da855f
For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
26 lines
643 B
Makefile
26 lines
643 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= -video-glide64
|
|
DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin
|
|
|
|
COMMENT= Glide64 video plugin for Mupen64Plus
|
|
|
|
LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core
|
|
|
|
USE_GL= gl
|
|
USE_SDL= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|
|
|
OPTIONS_DEFINE= #
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME}
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
EXTRACT_AFTER_ARGS= #
|
|
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|