freebsd-ports/games/gnustep-sudoku/Makefile
Brooks Davis 3a34ffa58f Update Objective-C LLVM version to 6.0.
Fixes aarch64 build.  Reduces depends on obsolete LLVM 4.0.

PR:		230116
Submitted by:	mikael.urankar@gmail.com
Approved by:	theraven (prior version)
Sponsored by:	DARPA, AFRL
2018-09-26 15:23:37 +00:00

22 lines
417 B
Makefile

# $FreeBSD$
PORTNAME= sudoku
PORTVERSION= 0.7
PORTREVISION= 6
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>