1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/sudsol/Makefile
Pav Lucistnik 5ca897867a Sudsol is a small Sudoku puzzle solver (see
http://en.wikipedia.org/wiki/Sudoku). I've built a small port for it.
Have fun!

PR:		ports/85293
Submitted by:	Ed Schouten <ed@fxq.nl>
2005-09-04 23:01:38 +00:00

26 lines
485 B
Makefile

# New ports collection makefile for: sudsol
# Date created: 25 Aug 2005
# Whom: Ed Schouten <ed@fxq.nl>
#
# $FreeBSD$
#
PORTNAME= sudsol
PORTVERSION= 0.1
CATEGORIES= games
MASTER_SITES= http://rink.nu/downloads/projects/
MAINTAINER= ed@fxq.nl
COMMENT= A utility to solve Sudoku puzzles
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
PLIST_FILES= bin/sudsol
post-patch:
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/src/sudsol.c
.include <bsd.port.mk>