summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2010-12-02 05:43:36 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2010-12-02 05:43:36 +0000
commit1b9cfaf52b9896485e4ef6c24a6498076ab3d89f (patch)
tree6c78ea689df663a4506d274db2cc633168400759 /games
parentChange WWW: line; old one is now dedicated to the console version of Nexuiz. (diff)
- Fix fetching of map pack file
- Add LICENSE (GPLv2) while here Reported by: itetcu
Notes
Notes: svn path=/head/; revision=265548
Diffstat (limited to 'games')
-rw-r--r--games/nexuiz/Makefile8
-rw-r--r--games/xonotic/Makefile8
2 files changed, 12 insertions, 4 deletions
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile
index 5283afd8c5ab..2d01cf93fa8e 100644
--- a/games/nexuiz/Makefile
+++ b/games/nexuiz/Makefile
@@ -9,13 +9,17 @@ PORTNAME= nexuiz
PORTVERSION= 2.5.2
PORTREVISION= 7
CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/NexuizRelease/Nexuiz%20${PORTVERSION}
+MASTER_SITES= SF/${PORTNAME}/NexuizRelease/Nexuiz%20${PORTVERSION} \
+ SF/${PORTNAME}/mappack/nexmappack_r2:mappack
+
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= danfe@FreeBSD.org
COMMENT= A fast-paced, chaotic, and intense multiplayer first person shooter
+LICENSE= GPLv2
+
# Package size below is for default set of OPTIONS
NO_PACKAGE= Package will be 942MB, set FORCE_PACKAGE if you really want it
@@ -41,7 +45,7 @@ IGNORE= requires at least one of [SDL_]CLIENT or SERVER options
.endif
.if !defined(WITHOUT_MAPPACK)
-DISTFILES+= nexmappack_r2${EXTRACT_SUFX}
+DISTFILES+= nexmappack_r2${EXTRACT_SUFX}:mappack
PLIST_SUB+= MAPPACK=""
.else
PLIST_SUB+= MAPPACK="@comment "
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile
index 5283afd8c5ab..2d01cf93fa8e 100644
--- a/games/xonotic/Makefile
+++ b/games/xonotic/Makefile
@@ -9,13 +9,17 @@ PORTNAME= nexuiz
PORTVERSION= 2.5.2
PORTREVISION= 7
CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/NexuizRelease/Nexuiz%20${PORTVERSION}
+MASTER_SITES= SF/${PORTNAME}/NexuizRelease/Nexuiz%20${PORTVERSION} \
+ SF/${PORTNAME}/mappack/nexmappack_r2:mappack
+
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= danfe@FreeBSD.org
COMMENT= A fast-paced, chaotic, and intense multiplayer first person shooter
+LICENSE= GPLv2
+
# Package size below is for default set of OPTIONS
NO_PACKAGE= Package will be 942MB, set FORCE_PACKAGE if you really want it
@@ -41,7 +45,7 @@ IGNORE= requires at least one of [SDL_]CLIENT or SERVER options
.endif
.if !defined(WITHOUT_MAPPACK)
-DISTFILES+= nexmappack_r2${EXTRACT_SUFX}
+DISTFILES+= nexmappack_r2${EXTRACT_SUFX}:mappack
PLIST_SUB+= MAPPACK=""
.else
PLIST_SUB+= MAPPACK="@comment "