freebsd-ports/devel/gitg/Makefile

51 lines
1.4 KiB
Makefile
Raw Normal View History

# Created by: kipz <somicide@gmail.com>
# $FreeBSD$
PORTNAME= gitg
PORTVERSION= 3.16.1
CATEGORIES= devel deskutils gnome
MASTER_SITES= GNOME
2015-04-12 13:32:51 +02:00
MAINTAINER= kwm@FreeBSD.org
COMMENT= GTK-based git repository viewer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
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
CONFLICTS= gitg0-[0-9]*
USES= desktop-file-utils gmake libtool pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
2013-09-28 02:30:36 +02:00
CONFIGURE_ARGS= --disable-silent-rules \
--disable-maintainer-mode \
--enable-compile-warnings=no
USE_GNOME= glib20 gtk30 gtksourceview3 intlhack introspection
INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
2013-09-28 02:30:36 +02:00
GLIB_SCHEMAS= org.gnome.gitg.gschema.xml
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
2013-09-28 02:30:36 +02:00
OPTIONS_DEFINE= DEBUG NLS PYTHON
2013-09-28 02:30:36 +02:00
OPTIONS_SUB= yes
DEBUG_CONFIGURE_ENABLE= debug
2013-09-28 02:30:36 +02:00
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
PYTHON_USES= python:3
PYTHON_CONFIGURE_ENABLE= python
PYTHON_PLIST_SUB= PYTHON_SUFFIX=${PYTHON_SUFFIX}
.include <bsd.port.mk>