# Created by: Ed Schouten <ed@fxq.nl>
# $FreeBSD: games/sudsol/Makefile 327730 2013-09-20 17:36:33Z bapt $

PORTNAME=	sudsol
PORTVERSION=	0.1
CATEGORIES=	games
MASTER_SITES=	http://rink.nu/downloads/projects/

MAINTAINER=	rink@FreeBSD.org
COMMENT=	A utility to solve Sudoku puzzles

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/sudsol

NO_STAGE=	yes
post-patch:
	@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/src/sudsol.c

.include <bsd.port.mk>
