diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-10-31 05:41:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-10-31 05:41:46 +0000 |
commit | 600d6c784424522a4e4e3c88975ab7b3bf476896 (patch) | |
tree | dde838b3a03ae990de68ce2d5a7453140fbef175 /games/lapispuzzle | |
parent | ef6c9dc66114fb7f76584e952bc79c2694027ed3 (diff) |
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/
PR: 104388
Submitted by: Gürkan Sengün
Notes
Notes:
svn path=/head/; revision=175671
Diffstat (limited to 'games/lapispuzzle')
-rw-r--r-- | games/lapispuzzle/Makefile | 27 | ||||
-rw-r--r-- | games/lapispuzzle/distinfo | 3 | ||||
-rw-r--r-- | games/lapispuzzle/pkg-descr | 5 | ||||
-rw-r--r-- | games/lapispuzzle/pkg-plist | 12 |
4 files changed, 47 insertions, 0 deletions
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 <bsd.port.mk> 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 |