diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-19 07:26:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-19 07:26:50 +0800 |
commit | 777094c9a2da1598e05ab6627def26fae40724c9 (patch) | |
tree | 20824f630afbeeac627bb2fcbd252978fc303960 | |
parent | 3660b2d9f0acdd1adcf4951d33c69839f5de93c8 (diff) | |
download | freebsd-ports-gnome-777094c9a2da1598e05ab6627def26fae40724c9.tar.gz freebsd-ports-gnome-777094c9a2da1598e05ab6627def26fae40724c9.tar.zst freebsd-ports-gnome-777094c9a2da1598e05ab6627def26fae40724c9.zip |
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>
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/tetzle/Makefile | 32 | ||||
-rw-r--r-- | games/tetzle/distinfo | 3 | ||||
-rw-r--r-- | games/tetzle/pkg-descr | 6 | ||||
-rw-r--r-- | games/tetzle/pkg-plist | 8 |
5 files changed, 50 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index aa0cc6f6d2e4..0f3e07c77e55 100644 --- a/games/Makefile +++ b/games/Makefile @@ -770,6 +770,7 @@ SUBDIR += tetrinet SUBDIR += tetrinet-x SUBDIR += tetrons + SUBDIR += tetzle SUBDIR += textmaze SUBDIR += thevalley SUBDIR += thudboard diff --git a/games/tetzle/Makefile b/games/tetzle/Makefile new file mode 100644 index 000000000000..8c8bcd30a858 --- /dev/null +++ b/games/tetzle/Makefile @@ -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> diff --git a/games/tetzle/distinfo b/games/tetzle/distinfo new file mode 100644 index 000000000000..4e3179192654 --- /dev/null +++ b/games/tetzle/distinfo @@ -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 diff --git a/games/tetzle/pkg-descr b/games/tetzle/pkg-descr new file mode 100644 index 000000000000..58c2ee547052 --- /dev/null +++ b/games/tetzle/pkg-descr @@ -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/ diff --git a/games/tetzle/pkg-plist b/games/tetzle/pkg-plist new file mode 100644 index 000000000000..b18019ec48d2 --- /dev/null +++ b/games/tetzle/pkg-plist @@ -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 |