Date: Sat, 21 Sep 2019 18:28:54 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512531 - head/games/tome4 Message-ID: <201909211828.x8LISsFE060996@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lifanov Date: Sat Sep 21 18:28:54 2019 New Revision: 512531 URL: https://svnweb.freebsd.org/changeset/ports/512531 Log: clean up games/tome4 port - reorder sections - remove LLD_UNSAFE, not needed after openal update - prepare for a slave port Modified: head/games/tome4/Makefile Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Sat Sep 21 18:18:33 2019 (r512530) +++ head/games/tome4/Makefile Sat Sep 21 18:28:54 2019 (r512531) @@ -1,7 +1,8 @@ # $FreeBSD$ -PORTNAME= tome4 -PORTVERSION= 1.5.10 +PORTNAME?= tome4 +DISTVERSION?= 1.5.10 +PORTREVISION?= 1 CATEGORIES= games MASTER_SITES= https://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons @@ -19,18 +20,20 @@ BUILD_DEPENDS= premake4:devel/premake4 LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libpng.so:graphics/png +USES= gl gmake openal:al sdl tar:bzip2 xorg +USE_SDL= image2 sdl2 ttf2 +USE_GL= gl glu +USE_CSTD= gnu89 +SUB_FILES= tome4 + +CONFLICTS= tome4-beta-* + DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \ "${PORTNAME}" "Game;RolePlaying;" "" PLIST_SUB= PORTVERSION=${PORTVERSION} WRKSRC= ${WRKDIR}/t-engine4-src-${PORTVERSION} MAKE_ARGS+= config=release verbose=yes ARCH="" CC=${CC} -USES= gl gmake openal:al sdl tar:bzip2 -USE_SDL= image2 sdl2 ttf2 -USE_GL= gl glu -USE_CSTD= gnu89 -SUB_FILES= tome4 -LLD_UNSAFE= yes .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909211828.x8LISsFE060996>