summaryrefslogtreecommitdiff
path: root/games/quake3-osp/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-07-22 02:24:06 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-07-22 02:24:06 +0000
commiteac689eacb9d98427e1a77e9f7b6635d3bac735d (patch)
tree0fd3716b8bc0d0aff48d6f97be772b9f13714d00 /games/quake3-osp/Makefile
parento First import of Quake III Arena Mod: Freeze Tag for Linux, (diff)
o First import of Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux,
version 0.99v1 o Slave port of quake3-ra3 Submitted by: Patrick Li <pat@databits.net>
Notes
Notes: svn path=/head/; revision=45335
Diffstat (limited to 'games/quake3-osp/Makefile')
-rw-r--r--games/quake3-osp/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/quake3-osp/Makefile b/games/quake3-osp/Makefile
new file mode 100644
index 000000000000..67c0418fefab
--- /dev/null
+++ b/games/quake3-osp/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: Q3 Mod: OSP Tourney DM/CA/CTF
+# Date created: Mon Jun 4 16:20:32 EDT 2001
+# Whom: pat@databits.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= osp
+PORTVERSION= 0.99v1
+MASTER_SITES= http://www.orangesmoothie.org/downloads/beta/
+DISTNAME= ${PORTNAME}-quake3-${PORTVERSION}
+
+Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
+
+.include "${Q3_MOD_MASTER}/Makefile"