diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-10-31 13:41:46 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-10-31 13:41:46 +0800 |
commit | 8d7ba648f59accdac344b0ff9f95005124bcbd45 (patch) | |
tree | 169ce7ac5c07d1fb943588006158e8a840d68485 /games | |
parent | 49b874907d5d999a3d5f8e02e04095b78a356aab (diff) | |
download | freebsd-ports-gnome-8d7ba648f59accdac344b0ff9f95005124bcbd45.tar.gz freebsd-ports-gnome-8d7ba648f59accdac344b0ff9f95005124bcbd45.tar.zst freebsd-ports-gnome-8d7ba648f59accdac344b0ff9f95005124bcbd45.zip |
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
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-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 |
5 files changed, 48 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index ddb0e8cece2a..8723e41a4e81 100644 --- a/games/Makefile +++ b/games/Makefile @@ -370,6 +370,7 @@ SUBDIR += ktritoc SUBDIR += kwappen SUBDIR += ladder + SUBDIR += lapispuzzle SUBDIR += lbreakout SUBDIR += lbreakout2 SUBDIR += ldmud 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 |