aboutsummaryrefslogtreecommitdiff
path: root/games/tenebrae
diff options
context:
space:
mode:
Diffstat (limited to 'games/tenebrae')
-rw-r--r--games/tenebrae/Makefile7
-rw-r--r--games/tenebrae/distinfo2
-rw-r--r--games/tenebrae/pkg-message5
3 files changed, 9 insertions, 5 deletions
diff --git a/games/tenebrae/Makefile b/games/tenebrae/Makefile
index 6569f164e8fe..4eb4896fe767 100644
--- a/games/tenebrae/Makefile
+++ b/games/tenebrae/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tenebrae
PORTVERSION= 1.04
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://tenebrae.sourceforge.net/downloads/
DISTFILES= ${PORTNAME}_src${EXTRACT_SUFX} \
@@ -18,9 +19,9 @@ COMMENT= Quake 1 source port with advanced graphics
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_ZIP= yes
+USE_REINPLACE= yes
USE_GMAKE= yes
USE_GL= yes
-USE_XLIB= yes
USE_SDL= yes
USE_REINPLACE= yes
ONLY_FOR_ARCHS= i386
@@ -31,6 +32,8 @@ MAKE_ENV= DATADIR="${DATADIR}" \
PTHREAD_LIBS="${PTHREAD_LIBS}" \
SDL_CONFIG="${SDL_CONFIG}"
+.include "${.CURDIR}/../quake-data/Makefile.include"
+
pre-patch:
@${REINPLACE_CMD} -e "s|$$(${PRINTF} '\r')||g" `${FIND} ${WRKSRC} -type f`
@@ -50,6 +53,6 @@ do-install:
.endif
post-install:
- @${SED} -e 's|%%DATADIR%%|${DATADIR}|' <${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/games/tenebrae/distinfo b/games/tenebrae/distinfo
index 8606512747a3..62eb885ce4b0 100644
--- a/games/tenebrae/distinfo
+++ b/games/tenebrae/distinfo
@@ -1,4 +1,6 @@
MD5 (tenebrae_src.zip) = 132899bfcaf065b8cfd1bdf7f5a00787
+SHA256 (tenebrae_src.zip) = 3c2c437e08f9f209485268c06f9052a0fd909b28e6832cba0f6f441105b4b997
SIZE (tenebrae_src.zip) = 1580702
MD5 (tenebraedata.zip) = b0769654088b4b9f46e69503ff453ec2
+SHA256 (tenebraedata.zip) = 35db2e1dfe917ec5e62d8ad50fb5ccc73418a7dc3ef1e16cba9eb01f1e1177b8
SIZE (tenebraedata.zip) = 3989498
diff --git a/games/tenebrae/pkg-message b/games/tenebrae/pkg-message
index fde724fd65c7..221a6b001e21 100644
--- a/games/tenebrae/pkg-message
+++ b/games/tenebrae/pkg-message
@@ -1,5 +1,4 @@
*******************************************************************************
-* Before running Tenebrae copy Quake 1 data files (id1 directory)
-* into %%DATADIR%%.
-* Filenames should be in lower case!
+* Tenebrae Quake requires data files (id1 directory) from original game.
+* Before running Tenebrae install them using games/quake-data port.
*******************************************************************************