/[ports]/head/games/wesnoth/Makefile
ViewVC logotype

Diff of /head/games/wesnoth/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 386466 by jbeich, Fri Apr 17 13:58:30 2015 UTC revision 386467 by amdmi3, Fri May 15 18:14:27 2015 UTC
# Line 1  Line 1 
1  # $FreeBSD$  # $FreeBSD$
2    
3  PORTNAME=       wesnoth  PORTNAME=       wesnoth
4  PORTVERSION=    1.12.2  PORTVERSION=    1.13.0
5  CATEGORIES=     games  CATEGORIES=     games
6  MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \  MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
7                  http://files.wesnoth.org/ \                  http://files.wesnoth.org/ \
8                  http://ports.toco-domains.de/                  http://ports.toco-domains.de/
9    
# Line 19  LIB_DEPENDS=   libvorbisfile.so:${PORTSDIR Line 19  LIB_DEPENDS=   libvorbisfile.so:${PORTSDIR
19                  libpng.so:${PORTSDIR}/graphics/png \                  libpng.so:${PORTSDIR}/graphics/png \
20                  libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig                  libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
21    
 LDFLAGS+=       -L${LOCALBASE}/lib -lboost_system  
   
22  USE_SDL=        image mixer net ttf  USE_SDL=        image mixer net ttf
23  USE_GNOME=      pango  USE_GNOME=      pango
24  USES=           cmake cpe pkgconfig tar:bzip2  USES=           compiler:features cmake cpe pkgconfig tar:bzip2
25  CPE_VENDOR=     ${PORTNAME}  CPE_VENDOR=     ${PORTNAME}
26  CPE_PRODUCT=    battle_for_wesnoth  CPE_PRODUCT=    battle_for_wesnoth
27  CMAKE_ARGS=     -DMANDIR="man" -DENABLE_STRICT_COMPILATION=off  CMAKE_ARGS=     -DMANDIR="man" -DENABLE_STRICT_COMPILATION=off
# Line 40  ANA_DESC=      Asynchronous Network API (WIP) Line 38  ANA_DESC=      Asynchronous Network API (WIP)
38  ANA_CMAKE_ON=   -DUSE_ANA_NETWORK=on  ANA_CMAKE_ON=   -DUSE_ANA_NETWORK=on
39  CAMPAIGN_DESC=  Campaign server  CAMPAIGN_DESC=  Campaign server
40  CAMPAIGN_CMAKE_ON=-DENABLE_CAMPAIGN_SERVER=on  CAMPAIGN_CMAKE_ON=-DENABLE_CAMPAIGN_SERVER=on
 DOCS_CMAKE_OFF= -DDOCDIR=none  
41  FRIBIDI_DESC=   Bidirectional support  FRIBIDI_DESC=   Bidirectional support
42  FRIBIDI_LIB_DEPENDS=libfribidi.so:${PORTSDIR}/converters/fribidi  FRIBIDI_LIB_DEPENDS=libfribidi.so:${PORTSDIR}/converters/fribidi
43  FRIBIDI_CMAKE_OFF=-DENABLE_FRIBIDI=off  FRIBIDI_CMAKE_OFF=-DENABLE_FRIBIDI=off
# Line 63  TEST_CMAKE_ON= -DENABLE_TESTS=on Line 60  TEST_CMAKE_ON= -DENABLE_TESTS=on
60  TOOLS_DESC=     Extra tools for artists and translators  TOOLS_DESC=     Extra tools for artists and translators
61  TOOLS_CMAKE_ON= -DENABLE_TOOLS=on  TOOLS_CMAKE_ON= -DENABLE_TOOLS=on
62    
63  .include <bsd.port.options.mk>  .include <bsd.port.pre.mk>
64    
65    .if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
66    USE_GCC=        yes
67    .endif
68    
69  .if ${PORT_OPTIONS:MOPENMP}  .if ${PORT_OPTIONS:MOPENMP}
70  BROKEN= compilation fails with OpenMP  BROKEN= compilation fails with OpenMP
# Line 76  BROKEN=        compilations fails with enabled Line 77  BROKEN=        compilations fails with enabled
77  post-install:  post-install:
78          ${FIND} ${STAGEDIR}${PREFIX}/man -type d -empty -delete          ${FIND} ${STAGEDIR}${PREFIX}/man -type d -empty -delete
79    
80  .include <bsd.port.mk>  .include <bsd.port.post.mk>

Legend:
Removed from v.386466  
changed lines
  Added in v.386467

  ViewVC Help
Powered by ViewVC 1.1.27