1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/games/grubik/Makefile
Dirk Meyer 3b11878935 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.
2006-11-18 09:29:32 +00:00

28 lines
560 B
Makefile

# 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>