1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/games/sudsol/Makefile
Ed Schouten 1078968999 Use the email address from the FreeBSD project for my ports.
Rink Springer also asked me if he could maintain his own ports. Change
maitainership of games/sudsol, net/freedbd and net/kissd to Rink.

Approved by:	philip (mentor), rink
2008-06-20 07:18:30 +00:00

25 lines
473 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= rink@FreeBSD.org
COMMENT= A utility to solve Sudoku puzzles
USE_GMAKE= yes
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>