# $MidnightBSD: trunk/games/gnustep-sudoku/Makefile 21305 2016-03-26 22:47:56Z laffer1 $
# $FreeBSD: head/games/gnustep-sudoku/Makefile 383626 2015-04-09 07:44:41Z bapt $

PORTNAME=	sudoku
PORTVERSION=	0.7
PORTREVISION=	1
CATEGORIES=	games gnustep
MASTER_SITES=	SAVANNAH/gap
PKGNAMEPREFIX=	gnustep-
DISTNAME=	Sudoku-${PORTVERSION}

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Sudoku solver and generator

LICENSE=	gpl3 # or later

USES=		gnustep
USE_GNUSTEP=	back build

post-install:
	${STRIP_CMD} ${PREFIX}/GNUstep/System/Applications/Sudoku.app/Sudoku

.include <bsd.port.mk>
