# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/rbdoom3bfg/rbdoom3bfg.conf # Copyright (C) 2021 - 2023 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- runmake=0 runcmake=0 var_append cmakeopt ' ' "-DONATIVE=ON -DSDL2=ON" var_append GCC_WRAPPER_INSERT ' ' "-I$root`pkgprefix includedir glu`" hook_add preconf 5 "cd neo" hook_add premake 5 "cmake -B build -S . $cmakeopt" hook_add inmake 5 "cmake --build build -j $SDECFG_PARALLEL_MAX" hook_add postmake 5 "cp build/RBDoom3BFG $root/$prefix/games/"