1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/games/tbe/Makefile
Gerald Pfeifer 04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00

32 lines
677 B
Makefile

# $FreeBSD$
PORTNAME= tbe
PORTVERSION= 0.9.2.1
DISTVERSIONPREFIX= v
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= games
MAINTAINER= ports@FreeBSD.org
COMMENT= The Butterfly Effect
BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip
USES= cmake compiler:c++11-lib execinfo tar:tgz
USE_QT4= gui linguisttools_build moc_build qmake_build rcc_build \
svg uic_build xml
USE_GITHUB= yes
GH_ACCOUNT= kaa-ching
PORTDOCS= *
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>