mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
- Use DISTVERSION instead of PORTVERSION (1.1a)
- Transfer maintainership to games@ team - Don't silence warnings - Remove PORTSCOUT
This commit is contained in:
parent
f327289438
commit
8d42e0ac85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350188
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user