[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / exult

Diff for /ports/games/exult/Makefile between version 1.3 and 1.4

version 1.3, 2021/11/10 09:59:06 version 1.4, 2021/11/10 10:09:00
Line 1 
Line 1 
   # $OpenBSD$
   
 COMMENT =               reimplementation of the Ultima VII game engine  COMMENT =               reimplementation of the Ultima VII game engine
 #COMMENT-audio =                exult: digital music and digital wave sound effects data  #COMMENT-audio =                exult: digital music and digital wave sound effects data
   
Line 30 
Line 32 
 WANTLIB += m ogg samplerate sndio usbhid vorbis vorbisfile xcb  WANTLIB += m ogg samplerate sndio usbhid vorbis vorbisfile xcb
 WANTLIB += z  WANTLIB += z
   
   #C++17
   COMPILER =              base-clang ports-gcc
   
 BUILD_DEPENDS =         ${MODGNU_AUTOCONF_DEPENDS} \  BUILD_DEPENDS =         ${MODGNU_AUTOCONF_DEPENDS} \
                         ${MODGNU_AUTOMAKE_DEPENDS} \                          ${MODGNU_AUTOMAKE_DEPENDS} \
                         devel/libtool                          devel/libtool
Line 48 
Line 53 
 #.if ${FLAVOR:L:Mno_audio}  #.if ${FLAVOR:L:Mno_audio}
 #BUILD_PACKAGES = -main  #BUILD_PACKAGES = -main
 #.else  #.else
 #BUILD_PACKAGES = -audio  #BUILD_PACKAGES = -audio
 #.endif  #.endif
   
 #.if ${BUILD_PACKAGES:M-audio} # with beautiful music and sfx  #.if ${BUILD_PACKAGES:M-audio} # with beautiful music and sfx

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb