aboutsummaryrefslogtreecommitdiff
path: root/games/glmaze/Makefile
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-04-05 00:02:46 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-04-05 00:02:46 +0000
commit8d42e0ac851f6faf083f5fa73bb8b621fc12fdff (patch)
treebe06882e3e8ff3ea073dcefe7a10203ed1e6fac2 /games/glmaze/Makefile
parentf327289438643f20b255164d799f984360176801 (diff)
downloadports-8d42e0ac851f6faf083f5fa73bb8b621fc12fdff.tar.gz
ports-8d42e0ac851f6faf083f5fa73bb8b621fc12fdff.zip
Notes
Diffstat (limited to 'games/glmaze/Makefile')
-rw-r--r--games/glmaze/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/games/glmaze/Makefile b/games/glmaze/Makefile
index 5cb6fb02af53..82c4fb0177f8 100644
--- a/games/glmaze/Makefile
+++ b/games/glmaze/Makefile
@@ -2,16 +2,16 @@
# $FreeBSD$
PORTNAME= glmaze
-PORTVERSION= 1.1a
+DISTVERSION= 1.1a
PORTREVISION= 9
CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION}$ \
SF/nemysisfreebsdp/${CATEGORIES}/:icons
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
${PORTNAME}.png:icons
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
-MAINTAINER= nemysis@FreeBSD.org
+MAINTAINER= games@FreeBSD.org
COMMENT= Multiplayer OpenGL Maze Game
LICENSE= GPLv2
@@ -20,18 +20,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GL= gl
USE_SDL= mixer sdl
-CFLAGS+= -w
PORTDOCS= readme.txt
-
OPTIONS_DEFINE= DOCS
DESKTOP_ENTRIES="glMaze" "" "${PORTNAME}" \
"${PORTNAME}" "Game;ArcadeGame;" ""
-# Wrong versioning upstream
-PORTSCOUT= ignore:1
-
post-extract:
@(cd ${WRKSRC} && ${MV} ${PORTNAME}.1 ${PORTNAME}.6)