15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
32 lines
850 B
Makefile
32 lines
850 B
Makefile
# Created by: Dominic Fandrey
|
|
# $FreeBSD$
|
|
|
|
PORTNAME?= ioquake3-devel
|
|
DISTVERSION?= GIT${GITREVISION}
|
|
PORTREVISION?= 1
|
|
MASTER_SITES?= ftp://deponie.yamagi.org/freebsd/distfiles/ioquake3/ \
|
|
http://deponie.yamagi.org/freebsd/distfiles/ioquake3/
|
|
EXTRACT_SUFX?= .tar.xz
|
|
|
|
MAINTAINER?= kamikaze@bsdforen.de
|
|
COMMENT?= Development GIT snapshots of ioquake3
|
|
|
|
MASTERDIR= ${.CURDIR}/../ioquake3
|
|
DESCR?= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
DISTINFO_FILE?= ${.CURDIR}/../${PORTNAME}/distinfo
|
|
PATCHDIR?= ${.CURDIR}/../${PORTNAME}/files
|
|
PKGMESSAGE?= ${.CURDIR}/../${PORTNAME}/pkg-message
|
|
|
|
GITREVISION?= 2390
|
|
BINSUFFIX?= -devel
|
|
|
|
IOQ3?= CLIENT TOOLS DLRENDERER GAMELIBS OPUS OPENGL2
|
|
IOQ3ARCH?= ${ARCH:S/i386/x86/:S/amd64/x86_64/}
|
|
|
|
Q3DOCS?= README.md \
|
|
id-readme.txt \
|
|
md4-readme.txt \
|
|
opengl2-readme.txt \
|
|
voip-readme.txt
|
|
|
|
.include "${MASTERDIR}/Makefile"
|