# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 120147 2014-05-16 23:54:59Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           github 1.0

github.setup        acaudwell Gource 0.41 gource-
name                gource
categories          devel
platforms           darwin
license             GPL-3+
maintainers         phw openmaintainer

description         Version Control Visualization Tool

long_description    Gource is a tool that can be used to visualize who \
                    committed when, and to which files. It supports git, CVS, \
                    Mercurial, Bazaar, and svn.

homepage            http://code.google.com/p/gource/
github.tarball_from releases
distname            gource-${version}

checksums           rmd160  34e7935181bb6082e6a0ac5a1880a0c527ea176d \
                    sha256  588810e02fec8f94ece57c622794bf38e7a5f2fcf0f8c64c6ef9c9638ec08fcf

depends_build       port:glm \
                    port:pkgconfig

depends_lib         port:ftgl \
                    port:libsdl \
                    port:libsdl_image \
                    port:pcre \
                    port:libpng \
                    port:jpeg \
                    port:glew \
                    port:boost \
                    port:freetype

configure.args      --disable-sdltest
