[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / games / stone-soup-sdl

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

Diff for /pkgsrc/games/stone-soup-sdl/Makefile between version 1.18 and 1.19

version 1.18, 2021/04/21 11:41:46 version 1.19, 2021/05/14 07:29:07
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKGREVISION= 1  PKGREVISION= 2
 .include "../../games/stone-soup/Makefile.common"  .include "../../games/stone-soup/Makefile.common"
   
 PKGNAME=        ${DISTNAME:S/_/-/:S/-soup/-soup-sdl/:S/-nodeps//1}  PKGNAME=        ${DISTNAME:S/_/-/:S/-soup/-soup-sdl/:S/-nodeps//1}
Line 11  COMMENT= Dungeon Crawl Stone Soup - rogu
Line 11  COMMENT= Dungeon Crawl Stone Soup - rogu
 CONFLICTS+=     stone-soup-[0-9]*  CONFLICTS+=     stone-soup-[0-9]*
   
 TOOL_DEPENDS+=  pngcrush-[0-9]*:../../graphics/pngcrush  TOOL_DEPENDS+=  pngcrush-[0-9]*:../../graphics/pngcrush
 BUILD_DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf  DEPENDS+=       dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
   
 MAKE_FLAGS+=    TILES=YesPlease  MAKE_FLAGS+=    TILES=YesPlease
 MAKE_FLAGS+=    SOUND=YesPlease  MAKE_FLAGS+=    SOUND=YesPlease
 MAKE_FLAGS+=    COPY_FONTS=YesPlease  MAKE_FLAGS+=    COPY_FONTS=YesPlease
   
   MAKE_FLAGS+=    PROPORTIONAL_FONT=${PREFIX}/share/fonts/X11/TTF/DejaVuSans.ttf
   MAKE_FLAGS+=    MONOSPACED_FONT=${PREFIX}/share/fonts/X11/TTF/DejaVuSansMono.ttf
   
 INSTALLATION_DIRS+=     share/applications  INSTALLATION_DIRS+=     share/applications
 INSTALLATION_DIRS+=     share/icons/hicolor/48x48/apps  INSTALLATION_DIRS+=     share/icons/hicolor/48x48/apps
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>