freebsd-ports/games/iqpuzzle/Makefile
Mark Linimon ed1d045264 Fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=gnu++11"

Approved by:	portmgr (tier-2 blanket)
2019-11-03 21:34:40 +00:00

21 lines
378 B
Makefile

# $FreeBSD$
PORTNAME= iqpuzzle
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.5
CATEGORIES= games
MAINTAINER= yuri@FreeBSD.org
COMMENT= Diverting I.Q. challenging pentomino puzzle
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++11-lang gl qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= ElTh0r0
USE_QT= core gui widgets buildtools_build
USE_GL= gl
.include <bsd.port.mk>