65cf97e39b
representation of data and actions. It can: * Browse revision history * Commit changes * Show colorized diff of changes in revisions * Handles extremely large projects very well WWW: http://trac.novowork.com/gitg/wiki I'm taking maintainership of this port as submitter doesn't have access to FreeBSD box to properly test it (discussed via private email). PR: 144999 Submitted by: kipz <somicide@gmail.com>
31 lines
650 B
Makefile
31 lines
650 B
Makefile
# New ports collection makefile for: gitg
|
|
# Date created: 2010-03-19
|
|
# Whom: kipz <somicide@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gitg
|
|
PORTVERSION= 0.0.6
|
|
CATEGORIES= devel deskutils gnome
|
|
MASTER_SITES= http://trac.novowork.com/gitg/raw-attachment/wiki/Releases/ \
|
|
http://mirror.amdmi3.ru/distfiles/
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= GTK-based git repository viewer
|
|
|
|
RUN_DEPENDS= git>=1.7.0.2:${PORTSDIR}/devel/git
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gconf2 gtk20 gtksourceview2 gnomehack
|
|
USE_GETTEXT= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
GCONF_SCHEMAS= gitg.schemas
|
|
|
|
MAN1= gitg.1
|
|
|
|
.include <bsd.port.mk>
|