From 74569b9285c61d52dc559aca22e1c695ac842ec1 Mon Sep 17 00:00:00 2001 From: johans Date: Wed, 5 Feb 2014 19:39:39 +0000 Subject: Enable stage support --- games/tbe/Makefile | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'games/tbe') diff --git a/games/tbe/Makefile b/games/tbe/Makefile index 74f3e6a6fb02..98a643927990 100644 --- a/games/tbe/Makefile +++ b/games/tbe/Makefile @@ -11,10 +11,9 @@ MAINTAINER= johans@FreeBSD.org COMMENT= The Butterfly Effect BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -USES= qmake -USE_GMAKE= yes +USES= qmake gmake USE_QT4= corelib gui moc_build rcc_build svg uic_build xml WRKSRC= ${WRKDIR}/TheButterflyEffect-M${PORTVERSION}rc3 @@ -25,7 +24,6 @@ DESKTOP_ENTRIES="The Butterfly Effect" "Inspired by The Incredible Machine" \ "${DATADIR}/images/tbe-icon.png" \ "${PREFIX}/bin/tbe" "LogicGame;Game;" false -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's/ make/ ${GMAKE}/' \ ${WRKSRC}/3rdParty/Makefile @@ -40,12 +38,8 @@ pre-configure: @cd ${WRKSRC}/3rdParty && ${GMAKE} do-install: - @${MKDIR} ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - @${MKDIR} ${DATADIR} - @cd ${WRKSRC} && ${PAX} -rw images levels ${DATADIR} - -post-install: - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${DATADIR} + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + cd ${WRKSRC} && ${PAX} -rw images levels ${STAGEDIR}${DATADIR} .include -- cgit