diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-18 09:29:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-18 09:29:32 +0000 |
commit | 3b118789352e55087d62c23cb5d1f33641b36175 (patch) | |
tree | e17860096510a68b139b334e429c68ed40f1ec80 /games/grubik | |
parent | 3e24eb6cf2a8e84f64c2e4d83ae9caa5c66b232d (diff) |
Notes
Diffstat (limited to 'games/grubik')
-rw-r--r-- | games/grubik/Makefile | 27 | ||||
-rw-r--r-- | games/grubik/distinfo | 3 | ||||
-rw-r--r-- | games/grubik/pkg-descr | 8 | ||||
-rw-r--r-- | games/grubik/pkg-plist | 9 |
4 files changed, 47 insertions, 0 deletions
diff --git a/games/grubik/Makefile b/games/grubik/Makefile new file mode 100644 index 000000000000..2d74e3f6263b --- /dev/null +++ b/games/grubik/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: grubik +# Date created: 17 Nov 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= grubik +PORTVERSION= 0.1 +CATEGORIES= games +MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/Recreational/ +DISTNAME= GRubik +EXTRACT_SUFX= .tgz + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Virtual 3D Rubiks cube for GNUstep + +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= +ALL_TARGET= + +.include <bsd.port.mk> diff --git a/games/grubik/distinfo b/games/grubik/distinfo new file mode 100644 index 000000000000..cbfb4578dd97 --- /dev/null +++ b/games/grubik/distinfo @@ -0,0 +1,3 @@ +MD5 (GRubik.tgz) = 857b50ab5b048975ce99c148da512eb0 +SHA256 (GRubik.tgz) = dcd06939522e53b6b654acaae5aca97f82174418cb20dec178a0e3d53a375feb +SIZE (GRubik.tgz) = 8635 diff --git a/games/grubik/pkg-descr b/games/grubik/pkg-descr new file mode 100644 index 000000000000..d0316b2bf243 --- /dev/null +++ b/games/grubik/pkg-descr @@ -0,0 +1,8 @@ +GRubik is a virtual 3D Rubik's cube for you to solve. It features: + +- simple but functional and fast 3D +- a smart scramble that ensures you get a solvable cube +- interesting code that you might enjoy reading and which uses a +variety of programming techniques. + +Left-click for clockwise, right-click for counterclockwise rotation. diff --git a/games/grubik/pkg-plist b/games/grubik/pkg-plist new file mode 100644 index 000000000000..3559066c0daf --- /dev/null +++ b/games/grubik/pkg-plist @@ -0,0 +1,9 @@ +System/Applications/GRubik.app/GRubik +System/Applications/GRubik.app/Resources/GRubik.desktop +System/Applications/GRubik.app/Resources/Info-gnustep.plist +System/Applications/GRubik.app/library_paths.openapp +System/Applications/GRubik.app/stamp.make +@dirrm System/Applications/GRubik.app/Resources +@dirrm System/Applications/GRubik.app/%%GNU_ARCH%%/linux-gnu +@dirrm System/Applications/GRubik.app/%%GNU_ARCH%% +@dirrm System/Applications/GRubik.app |