summaryrefslogtreecommitdiff
path: root/games/sudsol/Makefile
blob: 2244378860676da9cde9b770b66a57225c94b13e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Ed Schouten <ed@fxq.nl>
# $FreeBSD$

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

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

USES=		gmake
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/sudsol

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

.include <bsd.port.mk>