blob: acf84eb6fa90ec9cb7308099c69854866c6d807f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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= 1784
BINSUFFIX= -devel
.include "${.CURDIR}/../ioquake3/Makefile"
|