2014-01-20 16:19:20 +01:00
|
|
|
# Created by: kipz <somicide@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gitg
|
|
|
|
PORTVERSION= 0.0.8
|
2014-06-04 15:05:51 +02:00
|
|
|
PORTREVISION= 1
|
2014-01-20 16:19:20 +01:00
|
|
|
CATEGORIES= devel deskutils gnome
|
|
|
|
MASTER_SITES= GNOME
|
|
|
|
PKGNAMESUFFIX= 0
|
|
|
|
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
|
|
COMMENT= GTK-based git repository viewer (gtk2 version)
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
RUN_DEPENDS= git:${PORTSDIR}/devel/git
|
|
|
|
|
|
|
|
CONFLICTS= gitg-[0-9]*
|
|
|
|
|
2014-06-04 15:05:51 +02:00
|
|
|
USES= tar:bzip2 gmake pkgconfig pathfix libtool
|
2014-01-20 16:19:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-05-07 21:24:30 +02:00
|
|
|
USE_GNOME= gconf2 gtk20 gtksourceview2
|
2014-06-04 15:05:51 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2014-01-20 16:19:20 +01:00
|
|
|
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
GCONF_SCHEMAS= gitg.schemas
|
|
|
|
|
2014-01-21 06:20:23 +01:00
|
|
|
PORTSCOUT= limit:^0\.0\.
|
2014-01-20 16:19:20 +01:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE=nls
|
|
|
|
NLS_CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
NLS_LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|