diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-10-31 06:04:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-10-31 06:04:30 +0000 |
commit | b2aee41d0dfa8166dbf9851d49770d0d7d26b4c5 (patch) | |
tree | aa6e3e9563ef20ffd717e75b8e6a2a779f4d56cd /games/gpuzzle | |
parent | 0b2f853059058e4cea35eadc8282c5984566296b (diff) | |
download | ports-b2aee41d0dfa8166dbf9851d49770d0d7d26b4c5.tar.gz ports-b2aee41d0dfa8166dbf9851d49770d0d7d26b4c5.zip |
Notes
Diffstat (limited to 'games/gpuzzle')
-rw-r--r-- | games/gpuzzle/Makefile | 26 | ||||
-rw-r--r-- | games/gpuzzle/distinfo | 3 | ||||
-rw-r--r-- | games/gpuzzle/pkg-descr | 9 | ||||
-rw-r--r-- | games/gpuzzle/pkg-plist | 8 |
4 files changed, 46 insertions, 0 deletions
diff --git a/games/gpuzzle/Makefile b/games/gpuzzle/Makefile new file mode 100644 index 000000000000..627723545b92 --- /dev/null +++ b/games/gpuzzle/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: gpuzzle +# Date created: 28 Oct 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= gpuzzle +PORTVERSION= 0.2 +CATEGORIES= games +MASTER_SITES= http://www.gnustep.it/marko/GPuzzle2/ +DISTNAME= GPuzzle2 +EXTRACT_SUFX= .tgz + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Simulates a jigsaw puzzle and illustrates the use of clipping paths + +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= + +.include <bsd.port.mk> diff --git a/games/gpuzzle/distinfo b/games/gpuzzle/distinfo new file mode 100644 index 000000000000..5f249703b2c8 --- /dev/null +++ b/games/gpuzzle/distinfo @@ -0,0 +1,3 @@ +MD5 (GPuzzle2.tgz) = 5b162eedcc021941d2d3987b3a67cc47 +SHA256 (GPuzzle2.tgz) = 47086916b3818fe7c3dacc5bc80c0ffb076f2ba8c9055737a5524453ba627ef1 +SIZE (GPuzzle2.tgz) = 35679 diff --git a/games/gpuzzle/pkg-descr b/games/gpuzzle/pkg-descr new file mode 100644 index 000000000000..0477d9ed798a --- /dev/null +++ b/games/gpuzzle/pkg-descr @@ -0,0 +1,9 @@ +Simulates a jigsaw puzzle and illustrates the use of clipping paths. + +You need a medium-sized TIFF file to play this game. +Left-click and drag to move a piece or cluster. +Ctrl-left-click and drag to connect knobs to slots. +Right-click to disassemble a cluster. +Ctrl-right-click to extract a piece from a cluster. + +WWW: http://www.gnustep.it/marko/GPuzzle2/ diff --git a/games/gpuzzle/pkg-plist b/games/gpuzzle/pkg-plist new file mode 100644 index 000000000000..4015497cc611 --- /dev/null +++ b/games/gpuzzle/pkg-plist @@ -0,0 +1,8 @@ +Local/Applications/GPuzzle2.app/GPuzzle2 +Local/Applications/GPuzzle2.app/Resources/GPuzzle2.desktop +Local/Applications/GPuzzle2.app/Resources/GPuzzle2.tiff +Local/Applications/GPuzzle2.app/Resources/Info-gnustep.plist +Local/Applications/GPuzzle2.app/library_paths.openapp +Local/Applications/GPuzzle2.app/stamp.make +@dirrm Local/Applications/GPuzzle2.app/Resources +@dirrm Local/Applications/GPuzzle2.app |