freebsd-ports/games/ioquake3-devel/Makefile
Jase Thew 13da03c1d5 - Update to 1.36_SVN2318 [1]
- Convert to new format Makefile header

PR:		ports/172084 [1]
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Approved by:	flo, culot (mentors, implicit)
2012-09-30 15:28:42 +00:00

24 lines
648 B
Makefile

# Created by: 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
MASTERDIR= ${.CURDIR}/../ioquake3
DESCR?= ${.CURDIR}/../${PORTNAME}/pkg-descr
DISTINFO_FILE?= ${.CURDIR}/../${PORTNAME}/distinfo
PATCHDIR?= ${WRKDIR}/freebsd-patchset/
PKGMESSAGE?= ${.CURDIR}/../${PORTNAME}/pkg-message
SVNREVISION?= 2318
BINSUFFIX?= -devel
HAS_DLRENDERER?= yes
.include "${MASTERDIR}/Makefile"