freebsd-ports/devel/gitg/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

34 lines
619 B
Makefile

# New ports collection makefile for: gitg
# Date created: 2010-03-19
# Whom: kipz <somicide@gmail.com>
#
# $FreeBSD$
#
PORTNAME= gitg
PORTVERSION= 0.0.8
PORTREVISION= 1
CATEGORIES= devel deskutils gnome
MASTER_SITES= GNOME
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= GTK-based git repository viewer
RUN_DEPENDS= git>=1.7.0.2:${PORTSDIR}/devel/git
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gconf2 gtk20 gtksourceview2 gnomehack
USES= gettext
MAKE_JOBS_SAFE= yes
INSTALLS_ICONS= yes
GCONF_SCHEMAS= gitg.schemas
MAN1= gitg.1
.include <bsd.port.mk>