6d3d77eaf9
Changelog: Gource 0.37 has been released, fixing a few bugs with timestamps and directory deletion. Changes since 0.35: * Fixed SVN log GMT timestamp conversion. * Fixed issue with sub-dirs of deleted dir not being removed in some cases.
23 lines
631 B
Makefile
23 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/10/03 15:25:14 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= gource-0.37
|
|
CATEGORIES= graphics
|
|
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"
|