190d0912af
a web ui using Neotonic ClearSilver and fastCGI (sudoku-handler), and an X11/Motif graphical user interface.
36 lines
697 B
Makefile
36 lines
697 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/07/22 16:43:30 mbalmer Exp $
|
|
|
|
COMMENT= sudoku puzzle solver with cli, gui, and web ui
|
|
|
|
DISTNAME= sudoku-solver-1.0.1
|
|
|
|
CATEGORIES= games www x11
|
|
|
|
HOMEPAGE= http://www.etc.msys.ch/software/sudoku/
|
|
|
|
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c Xt crypto iconv pthread z
|
|
|
|
MASTER_SITES= ftp://ftp.etc.msys.ch/pub/sources/sudoku/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
USE_X11= Yes
|
|
USE_MOTIF= OpenMotif
|
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS= neo_cgi,neo_cs::www/clearsilver \
|
|
fcgi::www/fcgi
|
|
|
|
FAKE_FLAGS= ${MAKE_FLAGS}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|