1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/games/gnustep-sudoku/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
404 B
Makefile

PORTNAME= sudoku
PORTVERSION= 0.7
PORTREVISION= 8
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
PKGNAMEPREFIX= gnustep-
DISTNAME= Sudoku-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Sudoku solver and generator
LICENSE= GPLv3+
USES= gnustep
USE_GNUSTEP= back build
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Sudoku.app/Sudoku
.include <bsd.port.mk>