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

Annotation of ports/games/vcmi/Makefile, Revision 1.2

1.1       yason       1: # $OpenBSD$
                      2: VMEM_WARNING =                 Yes
1.2     ! kirby       3: #BROKEN =              /usr/local/lib/gcc/x86_64-unknown-openbsd5.3/4.6.4/../../../../include/c++/4.6.4/bits/stl_list.h:113:71: error: use of deleted function 'std::unique_ptr<_Tp, _Dp>::unique_ptr(const std::unique_ptr<_Tp, _Dp>&) [with _Tp = ILogTarget, _Dp = std::default_delete<ILogTarget>, std::unique_ptr<_Tp, _Dp> = std::unique_ptr<ILogTarget>]'
        !             4: SHARED_ONLY =          Yes
1.1       yason       5:
                      6: COMMENT =              rewrite of the HoMM3 engine
                      7:
1.2     ! kirby       8: DISTNAME =             vcmi-0.93
1.1       yason       9:
                     10: SHARED_LIBS =          vcmi    0.0 # 0.0
                     11:
                     12: CATEGORIES =           games
                     13:
                     14: HOMEPAGE =             http://forum.vcmi.eu/portal.php
                     15:
1.2     ! kirby      16: MAINTAINER =           Kirill Bychkov <kirby@openbsd.org>
1.1       yason      17:
                     18: # GPLv2
                     19: PERMIT_PACKAGE_CDROM = Yes
                     20:
                     21: WANTLIB =              c freetype m pthread sndio stdc++ usbhid z
                     22:
1.2     ! kirby      23: MASTER_SITES =                 http://download.vcmi.eu/
1.1       yason      24:
1.2     ! kirby      25: MODULES =              devel/cmake gcc4
        !            26: MODGCC4_ARCHS =        *
        !            27: MODGCC4_LANGS +=        c++
1.1       yason      28: #BUILD_DEPENDS =       ???
1.2     ! kirby      29: RUN_DEPENDS =          devel/desktop-file-utils
1.1       yason      30: LIB_DEPENDS =          audio/libvorbis \
                     31:                        devel/boost \
                     32:                        devel/sdl-image \
                     33:                        devel/sdl-mixer \
                     34:                        devel/sdl-ttf \
                     35:                        graphics/ffmpeg \
                     36:                        graphics/jpeg \
                     37:                        graphics/png \
                     38:                        multimedia/libtheora
                     39:
1.2     ! kirby      40: #USE_LIBTOOL =         gnu
        !            41: CONFIGURE_ARGS +=      -DCMAKE_CXX_FLAGS=-pthread
        !            42: #                      --with-boost-iostreams=mt \
        !            43: #                      --with-boost-filesystem=mt \
        !            44: #                      --with-boost-thread=mt \
        !            45: #                      --with-boost-system=mt \
        !            46: #                      ${CONFIGURE_SHARED}
        !            47: #CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include  -I${X11BASE}/include" \
        !            48: #                      LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread"
1.1       yason      49:
1.2     ! kirby      50: NO_TEST =              Yes
1.1       yason      51:
                     52: #pre-patch:
                     53: #      @perl -i -pe 's/\r$$//' ${WRKSRC}/lib/Interprocess.h
                     54:
                     55: .include <bsd.port.mk>

CVSweb