aboutsummaryrefslogtreecommitdiff
path: root/games/uhexen2
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-09 13:19:48 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-09 13:19:48 +0000
commit7da74e9df73baa02d0c4570b7648bda57d7c0a53 (patch)
treeb6c1bcff07540a19202b63db744f27446b18ef49 /games/uhexen2
parent729f9e73354ce2647dec98cf7ecc79663a75a7df (diff)
downloadports-7da74e9df73baa02d0c4570b7648bda57d7c0a53.tar.gz
ports-7da74e9df73baa02d0c4570b7648bda57d7c0a53.zip
- Fix MASTER_SITES
- Add LICENSE PR: 159459 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=279334
Diffstat (limited to 'games/uhexen2')
-rw-r--r--games/uhexen2/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/games/uhexen2/Makefile b/games/uhexen2/Makefile
index fc18ac9c80f4..aa5e910683f7 100644
--- a/games/uhexen2/Makefile
+++ b/games/uhexen2/Makefile
@@ -18,6 +18,9 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Hexen II source port supporting Linux/FreeBSD/Unix/Windows
+LICENSE_= GPLv2 GPLv3
+LICENSE_COMB= dual
+
USE_GMAKE= yes
USE_GL= yes
USE_SDL= sdl mixer
@@ -47,7 +50,8 @@ PLIST_SUB+= DEMO="" \
UH2_DATA= default.cfg hexen.rc pak0.pak progs.dat
UH2_DATADIR= ${WRKDIR}/hexen2demo-${PORTVERSION}
.else
-DISTFILES+= gamedata-all-1.19a${EXTRACT_SUFX}
+MASTER_SITES+= SF/${PORTNAME}/Hexen2%20GameData/gamedata-1.19a:data
+DISTFILES+= gamedata-all-1.19a${EXTRACT_SUFX}:data
PLIST_SUB+= DEMO="@comment " \
FULL=""
SUB_FILES+= pkg-message
@@ -66,7 +70,8 @@ PLIST_SUB+= HEXEN2="@comment "
.if defined(WITH_HW)
. if !defined(WITH_DEMO)
-DISTFILES+= hexenworld-pakfiles-0.15${EXTRACT_SUFX}
+MASTER_SITES+= SF/${PORTNAME}/Hexen2%20GameData/hexenworld-pakfiles:hw
+DISTFILES+= hexenworld-pakfiles-0.15${EXTRACT_SUFX}:hw
. endif
MAKE_ENV+= BUILD_HW=yes
PLIST_SUB+= HW=""