Edit

IABSD.fr/ports/games/freedink/game/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-02-11 15:12:24
    Hash : 1b134527
    Message : reset bcallah maintainer lines, quite a lot of timeouts which make it tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated

  • games/freedink/game/Makefile
  • COMMENT =	free clone of Dink Smallwood game
    DISTNAME =	freedink-109.6
    REVISION =	7
    
    WANTLIB += ${COMPILER_LIBCXX} SDL2 SDL2_gfx-1.0 SDL2_image SDL2_mixer
    WANTLIB += SDL2_ttf c fontconfig freetype iconv intl m z
    
    # C++11
    COMPILER =	base-clang ports-gcc
    
    BUILD_DEPENDS =	archivers/zip \
    		devel/help2man \
    		devel/check \
    		graphics/glm
    
    LIB_DEPENDS =	devel/gettext,-runtime \
    		devel/sdl2-image \
    		devel/sdl2-mixer \
    		devel/sdl2-gfx \
    		devel/sdl2-ttf
    
    RUN_DEPENDS =	devel/desktop-file-utils \
    		games/freedink/data \
    		x11/gtk+4,-guic
    
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ARGS =	--disable-tests
    CONFIGURE_ENV =		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include/SDL2" \
    			LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
    
    .include <bsd.port.mk>