head 1.12; access; symbols pkgsrc-2023Q4:1.11.0.4 pkgsrc-2023Q4-base:1.11 pkgsrc-2023Q3:1.11.0.2 pkgsrc-2023Q3-base:1.11 pkgsrc-2023Q2:1.9.0.2 pkgsrc-2023Q2-base:1.9 pkgsrc-2023Q1:1.8.0.6 pkgsrc-2023Q1-base:1.8 pkgsrc-2022Q4:1.8.0.4 pkgsrc-2022Q4-base:1.8 pkgsrc-2022Q3:1.8.0.2 pkgsrc-2022Q3-base:1.8 pkgsrc-2022Q2:1.6.0.4 pkgsrc-2022Q2-base:1.6 pkgsrc-2022Q1:1.6.0.2 pkgsrc-2022Q1-base:1.6 pkgsrc-2021Q4:1.5.0.2 pkgsrc-2021Q4-base:1.5 pkgsrc-2021Q3:1.4.0.2 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.3.0.8 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.6 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.4 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.2 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.2.0.4 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.2 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.12 date 2024.01.30.14.22.02; author ryoon; state Exp; branches; next 1.11; commitid gARf2FgciecARtWE; 1.11 date 2023.07.18.18.13.44; author nia; state Exp; branches; next 1.10; commitid GzwynUjytkfWrjxE; 1.10 date 2023.07.13.13.45.42; author nia; state Exp; branches; next 1.9; commitid 4kRTXP8H4e6M7EwE; 1.9 date 2023.05.06.19.09.27; author ryoon; state Exp; branches; next 1.8; commitid U0SnpK5fQpHc6WnE; 1.8 date 2022.09.11.12.51.46; author wiz; state Exp; branches; next 1.7; commitid 5DT6DUEaifG2DrTD; 1.7 date 2022.08.11.05.08.33; author gutteridge; state Exp; branches; next 1.6; commitid yKydzoO42ClN3qPD; 1.6 date 2022.03.28.10.44.14; author tnn; state Exp; branches; next 1.5; commitid wGZijpoltfmliYxD; 1.5 date 2021.12.08.16.04.38; author adam; state Exp; branches; next 1.4; commitid 2PyWjHx5T8rqARjD; 1.4 date 2021.09.08.21.05.07; author nia; state Exp; branches; next 1.3; commitid 6PGjeVec6yMAbc8D; 1.3 date 2020.08.18.17.57.56; author leot; state Exp; branches; next 1.2; commitid kBGtucvaKO3IyzkC; 1.2 date 2020.03.08.16.49.45; author wiz; state Exp; branches; next 1.1; commitid rcNYzTQo8icypCZB; 1.1 date 2019.11.03.12.12.56; author nia; state Exp; branches; next ; commitid hLzXuICpoJvzWoJB; desc @@ 1.12 log @*: Recursive revbump from audio/pulseaudio-17.0 @ text @# $NetBSD: Makefile,v 1.11 2023/07/18 18:13:44 nia Exp $ DISTNAME= openjk-0.0.0.20191030 PKGREVISION= 9 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GITHUB:=JACoders/} GITHUB_PROJECT= OpenJK GITHUB_TAG= 4881be7478a833791d127fce7563de252d2246f7 MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/JACoders/OpenJK COMMENT= Community version of the Star Wars: Jedi Academy game engine LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG} TOOL_DEPENDS+= icoutils-[0-9]*:../../graphics/icoutils USE_CMAKE= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++11 CMAKE_ARGS+= -DJK2InstallDir="share/JediAcademy" .include "../../mk/bsd.prefs.mk" .if ${OPSYS} != "Darwin" CXXFLAGS+= -I${BUILDLINK_DIR}/include/GL .else CMAKE_ARGS+= -DUseInternalJPEG=OFF .endif .if ${MACHINE_ARCH} == "i386" && ${OPSYS} == "Darwin" OPENJK_ARCH= x86 .elif ${MACHINE_ARCH} == "powerpc" OPENJK_ARCH= ppc .elif !empty(MACHINE_ARCH:Mpowerpc64*) OPENJK_ARCH= ppc64 .elif !empty(MACHINE_ARCH:M*arm*) OPENJK_ARCH= arm .else OPENJK_ARCH= ${MACHINE_ARCH} .endif PLIST_SUBST+= OPENJK_ARCH=${OPENJK_ARCH} USE_CXX_FEATURES+= c++11 INSTALLATION_DIRS+= bin INSTALLATION_DIRS+= share/applications post-build: .for bin in openjk openjk_sp openjkded ${SED} -e 's,@@PREFIX@@,${PREFIX},g' \ -e 's,@@OPENJK_BIN@@,${bin}.${OPENJK_ARCH},g' \ ${FILESDIR}/openjk.sh.in > ${WRKDIR}/${bin} .endfor .for s in 256 128 64 48 32 16 ${PREFIX}/bin/icotool -x -w ${s} -h ${s} -o ${WRKDIR}/${s}.png \ ${WRKSRC}/shared/icons/icon.ico .endfor post-install: ${INSTALL_SCRIPT} ${WRKDIR}/openjk ${DESTDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/openjk_sp ${DESTDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/openjkded ${DESTDIR}${PREFIX}/bin ${INSTALL_DATA} ${FILESDIR}/openjk.desktop ${DESTDIR}${PREFIX}/share/applications .for s in 256 128 64 48 32 16 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps ${INSTALL_DATA} ${WRKDIR}/${s}.png \ ${DESTDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/openjk.png .endfor .include "../../audio/openal-soft/buildlink3.mk" .include "../../devel/SDL2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" @ 1.11 log @games: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2023/07/13 13:45:42 nia Exp $ d4 1 a4 1 PKGREVISION= 8 @ 1.10 log @*: remove all instances of GCC_REQD where my name is the most recent in "cvs annotate" (part 1) Hopefully this commit can be reviewed later if a better replacement for GCC_REQD is committed. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2023/05/06 19:09:27 ryoon Exp $ d46 2 @ 1.9 log @*: Recursive revbump from audio/libopus 1.4 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2022/09/11 12:51:46 wiz Exp $ a22 3 # C++11 GCC_REQD+= 4.7 @ 1.8 log @*: bump PKGREVISION for flac shlib bump @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2022/08/11 05:08:33 gutteridge Exp $ d4 1 a4 1 PKGREVISION= 7 @ 1.7 log @Bump all dependent packages of wayland (belatedly) The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2022/03/28 10:44:14 tnn Exp $ d4 1 a4 1 PKGREVISION= 6 @ 1.6 log @g*/*: revbump(1) for libsndfile @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2021/12/08 16:04:38 adam Exp $ d4 1 a4 1 PKGREVISION= 5 @ 1.5 log @revbump for icu and libffi @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2021/09/08 21:05:07 nia Exp $ d4 1 a4 1 PKGREVISION= 4 @ 1.4 log @Recursive revbump for audio/jack @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2020/08/18 17:57:56 leot Exp $ d4 1 a4 1 PKGREVISION= 3 @ 1.3 log @*: revbump for libsndfile @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2020/03/08 16:49:45 wiz Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.2 log @*: recursive bump for libffi @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2019/11/03 12:12:56 nia Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.1 log @Add games/openjk. OpenJK is an effort by the JACoders group to maintain and improve the game engine on which the Star Wars: Jedi Academy game runs on, while maintaining full backwards compatibility with the existing game. This project does not attempt to rebalance or otherwise modify core gameplay. You will need a copy of Jedi Academy to play OpenJK. @ text @d1 1 a1 1 # $NetBSD$ d4 1 @