From 600d6c784424522a4e4e3c88975ab7b3bf476896 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 31 Oct 2006 05:41:46 +0000 Subject: LapisPuzzle is a tetris-like game which challenges the player by making the opposing team's victories count doubly against the player and vice versa. Play it and find out! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WWW: http://www.nongnu.org/gap/lapispuzzle/ PR: 104388 Submitted by: Gürkan Sengün --- games/lapispuzzle/Makefile | 27 +++++++++++++++++++++++++++ games/lapispuzzle/distinfo | 3 +++ games/lapispuzzle/pkg-descr | 5 +++++ games/lapispuzzle/pkg-plist | 12 ++++++++++++ 4 files changed, 47 insertions(+) create mode 100644 games/lapispuzzle/Makefile create mode 100644 games/lapispuzzle/distinfo create mode 100644 games/lapispuzzle/pkg-descr create mode 100644 games/lapispuzzle/pkg-plist (limited to 'games/lapispuzzle') diff --git a/games/lapispuzzle/Makefile b/games/lapispuzzle/Makefile new file mode 100644 index 000000000000..2ecf994fa51d --- /dev/null +++ b/games/lapispuzzle/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: lapispuzzle +# Date created: 13 Oct 2006 +# Whom: gurkan@linuks.mine.nu +# +# $FreeBSD$ +# + +PORTNAME= lapispuzzle +PORTVERSION= 1.0 +CATEGORIES= games +MASTER_SITES= http://download.savannah.gnu.org/releases/gap/ \ + http://florida.ethz.ch/ports/distfiles/ +DISTNAME= LapisPuzzle-${PORTVERSION} + +MAINTAINER= gurkan@linuks.mine.nu +COMMENT= Tetris-like game for GNUstep + +WRKSRC= ${WRKDIR}/LapisPuzzle-${PORTVERSION} +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= GNUmakefile + +.include diff --git a/games/lapispuzzle/distinfo b/games/lapispuzzle/distinfo new file mode 100644 index 000000000000..050759fd679d --- /dev/null +++ b/games/lapispuzzle/distinfo @@ -0,0 +1,3 @@ +MD5 (LapisPuzzle-1.0.tar.gz) = 1e0eeda339cc577f57c5acc0d674f454 +SHA256 (LapisPuzzle-1.0.tar.gz) = c30da60eaa7fac817f41a64fdf977b7e6a2e735b2135fe4f36cb3b39b273f9c9 +SIZE (LapisPuzzle-1.0.tar.gz) = 24619 diff --git a/games/lapispuzzle/pkg-descr b/games/lapispuzzle/pkg-descr new file mode 100644 index 000000000000..79ccbcee99cd --- /dev/null +++ b/games/lapispuzzle/pkg-descr @@ -0,0 +1,5 @@ +LapisPuzzle is a tetris-like game which challenges the player by making +the opposing team's victories count doubly against the player and vice +versa. Play it and find out! + +WWW: http://www.nongnu.org/gap/lapispuzzle/ diff --git a/games/lapispuzzle/pkg-plist b/games/lapispuzzle/pkg-plist new file mode 100644 index 000000000000..5bcf8f6edbcb --- /dev/null +++ b/games/lapispuzzle/pkg-plist @@ -0,0 +1,12 @@ +Local/Applications/LapisPuzzle.app/LapisPuzzle +Local/Applications/LapisPuzzle.app/library_paths.openapp +Local/Applications/LapisPuzzle.app/Resources/Info-gnustep.plist +Local/Applications/LapisPuzzle.app/Resources/LapisPuzzle.gorm/data.classes +Local/Applications/LapisPuzzle.app/Resources/LapisPuzzle.gorm/objects.gorm +Local/Applications/LapisPuzzle.app/Resources/LapisPuzzle.desktop +Local/Applications/LapisPuzzle.app/Resources/LapisPuzzle.tiff +Local/Applications/LapisPuzzle.app/Resources/LapisPuzzleInfo.plist +Local/Applications/LapisPuzzle.app/stamp.make +@dirrm Local/Applications/LapisPuzzle.app/Resources/LapisPuzzle.gorm +@dirrm Local/Applications/LapisPuzzle.app/Resources +@dirrm Local/Applications/LapisPuzzle.app -- cgit v1.2.3