mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
5cb915ac61
- Update engine from SVN r1936 to r2064 - games/iourbanterror - Follow ioquake3-devel engine update - games/openarena - Update engine source 20 to 21 (both based on ioq3 SVN r1910) PR: ports/158600 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
24 lines
582 B
Makefile
24 lines
582 B
Makefile
# New ports collection makefile for: ioquake3-devel
|
|
# Date created: 31 Aug 2009
|
|
# Whom: Dominic Fandrey
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME?= ioquake3-devel
|
|
DISTVERSION?= 1.36_SVN${SVNREVISION}
|
|
PORTREVISION?= 0
|
|
MASTER_SITES?= ftp://deponie.yamagi.org/freebsd/distfiles/ioquake3/ \
|
|
http://deponie.yamagi.org/freebsd/distfiles/ioquake3/
|
|
|
|
MAINTAINER?= kamikaze@bsdforen.de
|
|
COMMENT?= Development SVN snapshots of ioquake3
|
|
|
|
PLIST?= ${.CURDIR}/../ioquake3/pkg-plist
|
|
PATCHDIR?= ${WRKDIR}/freebsd-patchset/
|
|
|
|
SVNREVISION?= 2064
|
|
BINSUFFIX?= -devel
|
|
|
|
.include "${.CURDIR}/../ioquake3/Makefile"
|