2013-06-18 13:46:51 +02:00
|
|
|
# Created by: kipz <somicide@gmail.com>
|
2010-04-15 20:00:49 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gitg
|
2015-05-11 22:56:01 +02:00
|
|
|
PORTVERSION= 3.16.1
|
2010-04-15 20:00:49 +02:00
|
|
|
CATEGORIES= devel deskutils gnome
|
2011-05-25 16:40:29 +02:00
|
|
|
MASTER_SITES= GNOME
|
2010-04-15 20:00:49 +02:00
|
|
|
|
2015-04-12 13:32:51 +02:00
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
2010-04-15 20:00:49 +02:00
|
|
|
COMMENT= GTK-based git repository viewer
|
|
|
|
|
2011-05-25 16:40:29 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2015-02-15 21:31:14 +01:00
|
|
|
LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
|
|
|
|
libgee-0.8.so:${PORTSDIR}/devel/libgee \
|
|
|
|
libgit2-glib-1.0.so:${PORTSDIR}/devel/libgit2-glib \
|
|
|
|
libpeas-1.0.so:${PORTSDIR}/devel/libpeas \
|
|
|
|
libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 \
|
|
|
|
libwebkit2gtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
|
|
|
|
BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
|
|
|
|
valac:${PORTSDIR}/lang/vala
|
|
|
|
RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
|
2014-01-20 16:19:20 +01:00
|
|
|
|
|
|
|
CONFLICTS= gitg0-[0-9]*
|
2013-06-18 13:46:51 +02:00
|
|
|
|
2015-02-15 21:31:14 +01:00
|
|
|
USES= desktop-file-utils gmake libtool pathfix pkgconfig tar:xz
|
2010-04-15 20:00:49 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-09-28 02:30:36 +02:00
|
|
|
CONFIGURE_ARGS= --disable-silent-rules \
|
2013-10-16 04:26:40 +02:00
|
|
|
--disable-maintainer-mode \
|
|
|
|
--enable-compile-warnings=no
|
2015-02-15 21:31:14 +01:00
|
|
|
USE_GNOME= glib20 gtk30 gtksourceview3 intlhack introspection
|
2014-06-04 15:05:40 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2010-04-15 20:00:49 +02:00
|
|
|
|
|
|
|
INSTALLS_ICONS= yes
|
2013-09-28 02:30:36 +02:00
|
|
|
GLIB_SCHEMAS= org.gnome.gitg.gschema.xml
|
2010-04-15 20:00:49 +02:00
|
|
|
|
2014-09-25 17:18:27 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2015-02-15 21:31:14 +01:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2013-09-28 02:30:36 +02:00
|
|
|
|
2015-02-15 21:31:14 +01:00
|
|
|
OPTIONS_DEFINE= DEBUG NLS PYTHON
|
2013-09-28 02:30:36 +02:00
|
|
|
OPTIONS_SUB= yes
|
2015-02-15 21:31:14 +01:00
|
|
|
DEBUG_CONFIGURE_ENABLE= debug
|
2013-09-28 02:30:36 +02:00
|
|
|
NLS_USES= gettext
|
2015-02-15 21:31:14 +01:00
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
PYTHON_USES= python:3
|
|
|
|
PYTHON_CONFIGURE_ENABLE= python
|
|
|
|
PYTHON_PLIST_SUB= PYTHON_SUFFIX=${PYTHON_SUFFIX}
|
2010-04-15 20:00:49 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|