mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
227d9cd114
Solvability guaranteed. Drag digits from the palette or click on the board and wait for the desired digit to appear. Neither method will let you place double digits. Includes automatic markup. You can input external sudokus for solution. WWW: http://www.gnustep.it/marko/Sudoku/index.html
26 lines
526 B
Makefile
26 lines
526 B
Makefile
# New ports collection makefile for: sudoku
|
|
# Date created: 07 aug 2007
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sudoku
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= games gnustep
|
|
MASTER_SITES= http://www.gnustep.it/marko/Sudoku/
|
|
PKGNAMEPREFIX= gnustep-
|
|
DISTNAME= Sudoku6
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Sudoku solver and generator
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
.include <bsd.port.mk>
|