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

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

version 1.2, 2019/08/29 06:57:27 version 1.3, 2021/11/10 09:59:06
Line 1 
Line 1 
 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
   
 GH_ACCOUNT =            exult  DISTNAME =              exult-1.6
 GH_PROJECT =            exult  
 GH_COMMIT =             d2e05be6809b5cadde09e4b368ff366c626d32a5  
 DISTNAME =              exult-1.4.9rc2  
 #PKGNAME-main=          ${DISTNAME}  #PKGNAME-main=          ${DISTNAME}
 #PKGNAME-audio=         exult-audio-1.4.9rc2  #PKGNAME-audio=         exult-audio-1.4.9rc2
 CATEGORIES=             games x11  CATEGORIES=             games x11
   
 HOMEPAGE=               http://exult.sourceforge.net/  HOMEPAGE=               http://exult.sourceforge.net/
   
   MASTER_SITES=           ${MASTER_SITE_SOURCEFORGE:=exult/}
 #MASTER_SITES0=         ${MASTER_SITE_SOURCEFORGE:=exult/exult-data/}  #MASTER_SITES0=         ${MASTER_SITE_SOURCEFORGE:=exult/exult-data/}
 #SUPDISTFILES=          exult_audio.zip:0  #SUPDISTFILES=          exult_audio.zip:0
 DIST_SUBDIR=            exult  DIST_SUBDIR=            exult
Line 27 
Line 25 
 # GPLv2  # GPLv2
 PERMIT_PACKAGE =        Yes  PERMIT_PACKAGE =        Yes
   
 WANTLIB += ${COMPILER_LIBCXX} SDL2 X11 Xext Xxf86dga Xxf86vm c  WANTLIB += ${COMPILER_LIBCXX} SDL2 X11 Xext Xxf86dga Xxf86vm
   WANTLIB += Xcursor Xfixes Xi Xinerama Xrandr Xrender Xss c
 WANTLIB += m ogg samplerate sndio usbhid vorbis vorbisfile xcb  WANTLIB += m ogg samplerate sndio usbhid vorbis vorbisfile xcb
 WANTLIB += z  WANTLIB += z
   
   BUILD_DEPENDS =         ${MODGNU_AUTOCONF_DEPENDS} \
                           ${MODGNU_AUTOMAKE_DEPENDS} \
                           devel/libtool
 LIB_DEPENDS =           devel/sdl2  LIB_DEPENDS =           devel/sdl2
   RUN_DEPENDS =           devel/desktop-file-utils
   
   USE_GMAKE =             Yes
   
 CONFIGURE_STYLE=        autoreconf  CONFIGURE_STYLE=        autoreconf
 AUTOCONF_VERSION =      2.69  AUTOCONF_VERSION =      2.69

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

CVSweb