aboutsummaryrefslogtreecommitdiff
path: root/games/tome4
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2019-09-21 19:49:53 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2019-09-21 19:49:53 +0000
commitd4b666fb8fd322c6f8d81ba8a403ed683490b90b (patch)
tree345296225b572721188a0be5d38939fb249b126b /games/tome4
parentb03c67869c104cc54fd69f5375fc6c36a14379a9 (diff)
downloadports-d4b666fb8fd322c6f8d81ba8a403ed683490b90b.tar.gz
ports-d4b666fb8fd322c6f8d81ba8a403ed683490b90b.zip
add new port: games/tome4-beta
Notes
Notes: svn path=/head/; revision=512536
Diffstat (limited to 'games/tome4')
-rw-r--r--games/tome4/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile
index 521251f1dca0..535dcc9f5eca 100644
--- a/games/tome4/Makefile
+++ b/games/tome4/Makefile
@@ -1,14 +1,14 @@
# $FreeBSD$
-PORTNAME?= tome4
+PORTNAME= tome4
DISTVERSION?= 1.5.10
PORTREVISION?= 1
CATEGORIES= games
MASTER_SITES= https://te4.org/dl/t-engine/ \
SF/lifanov-ports-distfiles/${PORTNAME}/:icons
-DISTFILES= t-engine4-src-${PORTVERSION}${EXTRACT_SUFX} \
+DISTFILES= t-engine4-src-${DISTVERSION}${EXTRACT_SUFX} \
${PORTNAME}.png:icons
-EXTRACT_ONLY= t-engine4-src-${PORTVERSION}${EXTRACT_SUFX}
+EXTRACT_ONLY= t-engine4-src-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= lifanov@FreeBSD.org
COMMENT= Epic tactical turn-based roguelike adventure
@@ -26,13 +26,11 @@ USE_GL= gl glu
USE_CSTD= gnu89
SUB_FILES= tome4
-CONFLICTS= tome4-beta-*
-
DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \
"${PORTNAME}" "Game;RolePlaying;" ""
PLIST_SUB= PORTVERSION=${PORTVERSION}
-WRKSRC= ${WRKDIR}/t-engine4-src-${PORTVERSION}
+WRKSRC= ${WRKDIR}/t-engine4-src-${DISTVERSION}
MAKE_ARGS+= config=release verbose=yes ARCH="" CC=${CC}
.include <bsd.port.pre.mk>