Edit

IABSD.fr/ports/sysutils/gource/Makefile

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2026-02-10 13:25:01
    Hash : 160803cb
    Message : Mechanical WANTLIB sync after Boost update

  • sysutils/gource/Makefile
  • COMMENT =	software version control visualization tool
    
    DISTNAME =	gource-0.55
    CATEGORIES =	sysutils graphics
    HOMEPAGE =	https://gource.io/
    REVISION =	2
    
    MAINTAINER =	Gonzalo L. R. <gonzalo@openbsd.org>
    
    # GPLv3+
    PERMIT_PACKAGE =	Yes
    
    SITES =	https://github.com/acaudwell/Gource/releases/download/${DISTNAME}/
    
    CONFIGURE_STYLE =	autoreconf
    AUTOCONF_VERSION=	2.72
    AUTOMAKE_VERSION=	1.16
    
    COMPILER =		base-clang ports-gcc
    
    
    WANTLIB += GL GLEW GLU SDL2 SDL2_image boost_filesystem
    WANTLIB += c freetype m pcre2-8 png pthread ${COMPILER_LIBCXX}
    WANTLIB += X11 Xext Xi Xmu
    
    BUILD_DEPENDS =		graphics/glm
    LIB_DEPENDS =           devel/boost \
    			devel/pcre2 \
    			devel/sdl2-image \
    			graphics/glew
    
    post-install:
    	@gzip -d ${PREFIX}/man/man1/gource.1.gz
    
    .include <bsd.port.mk>