29299451e4
GNUstep Sudoku allows you to create and solve sudoku puzzles. Store sudokus for in-depth study. Solvability guaranteed. OK sthen@
15 lines
312 B
Makefile
15 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/16 15:21:43 sebastia Exp $
|
|
|
|
COMMENT = GNUstep sudoku generator
|
|
|
|
DISTNAME = Sudoku-0.7
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = http://gap.nongnu.org/sudoku/
|
|
MASTER_SITES = http://savannah.nongnu.org/download/gap/
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB += c m pthread
|
|
|
|
.include <bsd.port.mk>
|