[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / emulators / dolphin-emu

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

Diff for /pkgsrc/emulators/dolphin-emu/Makefile between version 1.20 and 1.21

version 1.20, 2020/05/22 10:56:05 version 1.21, 2020/06/28 15:04:36
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       dolphin-emu-5.0  DISTNAME=       dolphin-emu-5.0
 PKGREVISION=    14  PKGREVISION=    15
 CATEGORIES=     emulators  CATEGORIES=     emulators
 MASTER_SITES=   ${MASTER_SITE_GITHUB:=dolphin-emu/}  MASTER_SITES=   ${MASTER_SITE_GITHUB:=dolphin-emu/}
 GITHUB_PROJECT= dolphin  GITHUB_PROJECT= dolphin
Line 12  HOMEPAGE= https://dolphin-emu.org/
Line 12  HOMEPAGE= https://dolphin-emu.org/
 COMMENT=        Nintendo GameCube and Wii emulator  COMMENT=        Nintendo GameCube and Wii emulator
 LICENSE=        gnu-gpl-v2  LICENSE=        gnu-gpl-v2
   
 EXTRACT_USING=  bsdtar  
 USE_TOOLS+=     msgfmt msgmerge pkg-config  USE_TOOLS+=     msgfmt msgmerge pkg-config
 USE_CMAKE=      yes  USE_CMAKE=      yes
 USE_LANGUAGES=  c gnu++14  USE_LANGUAGES=  c c++
   
 # std::make_unique  # std::make_unique
 GCC_REQD+=      4.9  GCC_REQD+=      4.9

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>