pkgsrc-wip/gource/Makefile
Ryo ONODERA 476ce2913d Import gource-0.34 as wip/gource.
Software projects are displayed by Gource as an animated tree with
the root directory of the project at its centre. Directories appear
as branches with files as leaves. Developers can be seen working
on the tree at the times they contributed to the project.

Currently Gource includes built-in log generation support for Git,
Mercurial and Bazaar and SVN (as of 0.29). Gource can also parse
logs produced by several third party tools for CVS repositories.
2011-05-18 11:46:28 +00:00

23 lines
633 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/05/18 11:46:28 ryo-on Exp $
#
DISTNAME= gource-0.34
CATEGORIES= devel
MASTER_SITES= http://gource.googlecode.com/files/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://code.google.com/p/gource/
COMMENT= software version control visualization
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../graphics/glew/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"