[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / games / supertuxkart

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/games/supertuxkart/Makefile between version 1.28 and 1.29

version 1.28, 2019/08/22 12:23:14 version 1.29, 2019/09/01 11:44:19
Line 13  HOMEPAGE= https://supertuxkart.net/Main_
Line 13  HOMEPAGE= https://supertuxkart.net/Main_
 COMMENT=        Free 3D kart racing game  COMMENT=        Free 3D kart racing game
 LICENSE=        gnu-gpl-v3  LICENSE=        gnu-gpl-v3
   
 WRKSRC=                 ${WRKDIR}/supertuxkart-${VERSION}  WRKSRC=         ${WRKDIR}/supertuxkart-${VERSION}
 USE_CMAKE=              yes  USE_CMAKE=      yes
 USE_LANGUAGES=          c c++  USE_LANGUAGES=  c c++
 USE_TOOLS+=             cmake pkg-config  USE_TOOLS+=     cmake pkg-config
   
 CMAKE_ARGS+=    -DUSE_WIIUSE=OFF  CMAKE_ARGS+=    -DUSE_WIIUSE=OFF
 CMAKE_ARGS+=    -DBUILD_RECORDER=OFF  CMAKE_ARGS+=    -DBUILD_RECORDER=OFF
   
   # Needs linux joystick support.
   CMAKE_ARGS+=    -DENABLE_WAYLAND_DEVICE=OFF
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
 .include "../../archivers/bzip2/buildlink3.mk"  .include "../../archivers/bzip2/buildlink3.mk"

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

CVSweb <webmaster@jp.NetBSD.org>