# Created by: Dominic Fandrey
# $FreeBSD: tags/RELEASE_11_0_0/games/ioquake3-devel/Makefile 414032 2016-04-25 22:43:23Z kami $

PORTNAME?=	ioquake3-devel
DISTVERSION?=	GIT${GITREVISION}
PORTREVISION?=	0
MASTER_SITES?=	ftp://deponie.yamagi.org/freebsd/distfiles/ioquake3/ \
		http://deponie.yamagi.org/freebsd/distfiles/ioquake3/
EXTRACT_SUFX?=	.tar.xz

MAINTAINER?=	kami@freebsd.org
COMMENT?=	Development GIT snapshots of ioquake3

LICENSE?=	GPLv2

MASTERDIR=	${.CURDIR}/../ioquake3
DESCR?=		${.CURDIR}/../${PORTNAME}/pkg-descr
DISTINFO_FILE?=	${.CURDIR}/../${PORTNAME}/distinfo
PATCHDIR?=	${.CURDIR}/../${PORTNAME}/files
PKGMESSAGE?=	${.CURDIR}/../${PORTNAME}/pkg-message

GITREVISION?=	2808
BINSUFFIX?=	-devel

IOQ3?=		CLIENT TOOLS DLRENDERER GAMELIBS OPUS OPENGL2
IOQ3ARCH?=	${ARCH:S/i386/x86/:S/amd64/x86_64/}
IOQ3SDL?=	sdl2

Q3DOCS?=	README.md \
		id-readme.txt \
		md4-readme.txt \
		opengl2-readme.md \
		voip-readme.txt

.include "${MASTERDIR}/Makefile"
