1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/games/tbe/Makefile
2016-12-14 21:48:10 +00:00

32 lines
677 B
Makefile

# $FreeBSD$
PORTNAME= tbe
PORTVERSION= 0.9.2.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
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>