Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2022 20:23:45 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d814963e92f3 - main - games/zatacka: cosmetic fixes
Message-ID:  <202212142023.2BEKNjlo093386@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d814963e92f3872fd6230001076be189bfaf2d23

commit d814963e92f3872fd6230001076be189bfaf2d23
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-12-14 16:41:42 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-12-14 20:22:14 +0000

    games/zatacka: cosmetic fixes
    
    - Update WWW
    - Add LICENSE
    - Pet portlint
---
 games/zatacka/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/games/zatacka/Makefile b/games/zatacka/Makefile
index e217d0f89435..cff9f4f82788 100644
--- a/games/zatacka/Makefile
+++ b/games/zatacka/Makefile
@@ -7,10 +7,13 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}_src
 
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Nibbles-like multiplayer game
-WWW=		http://zatacka.sourceforge.net/
+WWW=		https://zatacka.sourceforge.net/
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/GPL
 
-GNU_CONFIGURE=	yes
 USES=		gmake sdl
+GNU_CONFIGURE=	yes
 USE_SDL=	sdl ttf image
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 CPPFLAGS+=	-I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212142023.2BEKNjlo093386>