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.
This commit is contained in:
22
games/LibreMines/Makefile
Normal file
22
games/LibreMines/Makefile
Normal file
@@ -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>
|
||||
3
games/LibreMines/distinfo
Normal file
3
games/LibreMines/distinfo
Normal file
@@ -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
|
||||
4
games/LibreMines/pkg-descr
Normal file
4
games/LibreMines/pkg-descr
Normal file
@@ -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
|
||||
@@ -14,6 +14,7 @@
|
||||
SUBDIR += DDNet
|
||||
SUBDIR += HeroesOfMightAndMagic
|
||||
SUBDIR += KnightCap
|
||||
SUBDIR += LibreMines
|
||||
SUBDIR += NBlood
|
||||
SUBDIR += OpenDiablo2
|
||||
SUBDIR += OpenLara
|
||||
|
||||
Reference in New Issue
Block a user