mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
A jigsaw puzzle game that uses tetrominoes for the pieces. Any image
can be imported and used to create puzzles with a wide range of sizes. Games are saved automatically, and you can select between currently in progress games. WWW: http://gottcode.org/tetzle/ PR: ports/124496 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
This commit is contained in:
parent
9d915a1996
commit
9b5da4ef4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215184
@ -770,6 +770,7 @@
|
||||
SUBDIR += tetrinet
|
||||
SUBDIR += tetrinet-x
|
||||
SUBDIR += tetrons
|
||||
SUBDIR += tetzle
|
||||
SUBDIR += textmaze
|
||||
SUBDIR += thevalley
|
||||
SUBDIR += thudboard
|
||||
|
32
games/tetzle/Makefile
Normal file
32
games/tetzle/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: tetzle
|
||||
# Date created: 12 Jun 2008
|
||||
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tetzle
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://gottcode.org/tetzle/ \
|
||||
http://www.amdmi3.ru/distfiles/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= amdmi3@amdmi3.ru
|
||||
COMMENT= Jigsaw puzzle with tetrominoes
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib gui moc opengl qmake rcc xml
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} \
|
||||
PREFIX=${PREFIX} -spec ${QMAKESPEC} tetzle.pro
|
||||
|
||||
post-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tetzle ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/tetzle/distinfo
Normal file
3
games/tetzle/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (tetzle-1.0-src.tar.bz2) = 5d0ef748657f450a4699c66dc92516c2
|
||||
SHA256 (tetzle-1.0-src.tar.bz2) = 63dc0899d317a93231e0a8ea5251b0b39c3dbe835b2b7b5358d9e5d8e4fd3307
|
||||
SIZE (tetzle-1.0-src.tar.bz2) = 97278
|
6
games/tetzle/pkg-descr
Normal file
6
games/tetzle/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
A jigsaw puzzle game that uses tetrominoes for the pieces. Any image
|
||||
can be imported and used to create puzzles with a wide range of
|
||||
sizes. Games are saved automatically, and you can select between
|
||||
currently in progress games.
|
||||
|
||||
WWW: http://gottcode.org/tetzle/
|
8
games/tetzle/pkg-plist
Normal file
8
games/tetzle/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/tetzle
|
||||
share/applications/tetzle.desktop
|
||||
share/icons/hicolor/48x48/apps/tetzle.png
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrmtry share/applications
|
Loading…
Reference in New Issue
Block a user