13da03c1d5
- Convert to new format Makefile header PR: ports/172084 [1] Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Approved by: flo, culot (mentors, implicit)
24 lines
648 B
Makefile
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"
|