Edit

IABSD.fr/ports/sysutils/gource/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2018-12-13 19:53:23
    Hash : 49b00025
    Message : bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost, it has been split into subpackages

  • sysutils/gource/Makefile
  • # $OpenBSD: Makefile,v 1.20 2018/12/13 19:53:24 sthen Exp $
    
    COMMENT =	software version control visualization tool
    
    DISTNAME =	gource-0.49
    CATEGORIES =	sysutils graphics
    HOMEPAGE =	https://gource.io/
    REVISION =	1
    
    MAINTAINER =	Gonzalo L. R. <gonzalo@openbsd.org>
    
    # GPLv3+
    PERMIT_PACKAGE_CDROM =	Yes
    
    MASTER_SITES =	https://github.com/acaudwell/Gource/releases/download/${DISTNAME}/
    
    CONFIGURE_STYLE =	gnu noman
    COMPILER =		base-clang ports-gcc
    
    
    WANTLIB += GL GLEW GLU SDL2 SDL2_image boost_filesystem boost_system
    WANTLIB += c freetype m pcre png pthread z ${COMPILER_LIBCXX}
    
    BUILD_DEPENDS =		graphics/glm
    LIB_DEPENDS =           devel/boost \
    			devel/pcre \
    			devel/sdl2-image \
    			graphics/glew
    
    post-install:
    	@gzip -d ${PREFIX}/man/man1/gource.1.gz
    
    .include <bsd.port.mk>