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

Diff for /ports/games/stratagus/wargus/Makefile between version 1.1 and 1.2

version 1.1, 2015/01/27 21:33:51 version 1.2, 2016/04/16 11:39:56
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 BROKEN = needs mntent.h or a way to disable wartool  
   
 COMMENT =               Warcraft II data game set for the Stratagus engine  COMMENT =               Warcraft II data game set for the Stratagus engine
   
 NAME =                  wargus  GH_PROJECT =            wargus
   GH_COMMIT =             c325b0bc12a751dbf5412f12690efa9e715695fc
   DISTNAME =              wargus-2.4.0
   
 WANTLIB += X11 atk-1.0 c cairo freetype gdk-x11-2.0 gdk_pixbuf-2.0  WANTLIB += X11 atk-1.0 c cairo freetype gdk-x11-2.0 gdk_pixbuf-2.0
 WANTLIB += glib-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 png pthread  WANTLIB += glib-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 png pthread
Line 15 
Line 15 
   
 LIB_DEPENDS =           x11/gtk+2  LIB_DEPENDS =           x11/gtk+2
   
 CONFIGURE_ENV +=        -DSHAREDIR=${PREFIX}/share/stratagus/wargus  CONFIGURE_ARGS +=       -DSHAREDIR:PATH=share/stratagus/wargus \
                           -DGAMEDIR=${PREFIX}/bin
   
 NO_TEST =               Yes  NO_TEST =               Yes
   
 post-install:  post-install:
 #       ${INSTALL_MAN} ${WRKSRC}/doc/stratagus.6 ${PREFIX}/man/man6/          ${INSTALL_MAN} ${WRKSRC}/doc/*.6 ${PREFIX}/man/man6/
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb