git: 280bc204b10f - main - games/LibreMines: Free/Libre and Open Source software Qt based Minesweeper
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Oct 2021 19:38:12 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=280bc204b10f58715b63453b5ecb51ab7391e707 commit 280bc204b10f58715b63453b5ecb51ab7391e707 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-15 19:25:39 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-15 19:25:39 +0000 games/LibreMines: Free/Libre and Open Source software Qt based Minesweeper LibreMines is a Free/Libre and Open Source software Qt based Minesweeper clone available for GNU/Linux, FreeBSD and Windows systems. --- games/LibreMines/Makefile | 22 ++++++++++++++++++++++ games/LibreMines/distinfo | 3 +++ games/LibreMines/pkg-descr | 4 ++++ games/Makefile | 1 + 4 files changed, 30 insertions(+) diff --git a/games/LibreMines/Makefile b/games/LibreMines/Makefile new file mode 100644 index 000000000000..171e32af6190 --- /dev/null +++ b/games/LibreMines/Makefile @@ -0,0 +1,22 @@ +PORTNAME= LibreMines +PORTVERSION= 1.6.3 +DISTVERSIONPREFIX= v +CATEGORIES= games + +MAINTAINER= pkubaj@FreeBSD.org +COMMENT= Free/Libre and Open Source Software Qt based Minesweeper + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake qt:5 +USE_QT= buildtools_build core gui qmake_build svg widgets + +USE_GITHUB= yes +GH_ACCOUNT= Bollos00 + +PLIST_FILES= bin/libremines \ + share/applications/libremines.desktop \ + share/icons/hicolor/scalable/apps/libremines.svg + +.include <bsd.port.mk> diff --git a/games/LibreMines/distinfo b/games/LibreMines/distinfo new file mode 100644 index 000000000000..44a7bc2a0b3f --- /dev/null +++ b/games/LibreMines/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1634313302 +SHA256 (Bollos00-LibreMines-v1.6.3_GH0.tar.gz) = 782dea572996966b00b644592a90e8b5ac2781c7891df24c8748ba722c4caadf +SIZE (Bollos00-LibreMines-v1.6.3_GH0.tar.gz) = 1491248 diff --git a/games/LibreMines/pkg-descr b/games/LibreMines/pkg-descr new file mode 100644 index 000000000000..48af064a4444 --- /dev/null +++ b/games/LibreMines/pkg-descr @@ -0,0 +1,4 @@ +LibreMines is a Free/Libre and Open Source software Qt based Minesweeper clone +available for GNU/Linux, FreeBSD and Windows systems. + +WWW: https://github.com/Bollos00/LibreMines diff --git a/games/Makefile b/games/Makefile index 6f2db140e767..9f4a971a99ed 100644 --- a/games/Makefile +++ b/games/Makefile @@ -14,6 +14,7 @@ SUBDIR += DDNet SUBDIR += HeroesOfMightAndMagic SUBDIR += KnightCap + SUBDIR += LibreMines SUBDIR += NBlood SUBDIR += OpenDiablo2 SUBDIR += OpenLara