2a773c0614
- Make Q3DIR in Makefile.include PREFIX safe, broke urbanterror-data port test games/ioquake3-devel - Update to SVN r1936, includes bug fixes and security enhancements games/urbanterror-data - Update from 4.1 to 4.1.1 - Unfortunately currently only 1 working mirror - Avoid "Q3DIR!=make -V" games/iourbanterror - Add SVN release information to PORTVERSION - Use r1936 engine sources games/openarena - Update to SVN r1910 based engine sources games/openarena-oax - Update from B47 to B48 release PR: ports/155716 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
23 lines
582 B
Makefile
23 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?= 1936
|
|
BINSUFFIX?= -devel
|
|
|
|
.include "${.CURDIR}/../ioquake3/Makefile"
|