a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
40 lines
822 B
Makefile
40 lines
822 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tbe
|
|
PORTVERSION= 0.9.2.1
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 5
|
|
PORTEPOCH= 1
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The Butterfly Effect
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
DEPRECATED= Qt4 has been EOL since december 2015
|
|
EXPIRATION_DATE= 2019-03-15
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kaa-ching
|
|
|
|
USES= cmake compiler:c++11-lib qt:4
|
|
USE_QT= corelib gui linguisttools_build moc_build qmake_build rcc_build \
|
|
svg uic_build xml
|
|
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's/ make/ $$(MAKE)/' \
|
|
${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -e 's:/share/games/tbe/:/share/tbe/:' \
|
|
-e 's:/usr:${PREFIX}: ; s:/games:/bin:' \
|
|
${WRKSRC}/CMakeLists.txt ${WRKSRC}/src/tbe_paths.h
|
|
|
|
.include <bsd.port.mk>
|