summaryrefslogtreecommitdiffstats
path: root/devel/gitg/Makefile
blob: 32486bd9d32317d5c76ccb52f59906ddae94de35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
#   $MCom$

PORTNAME=   gitg
PORTVERSION=    0.3.2
CATEGORIES= devel gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME GUI client to view git repositories

BUILD_DEPENDS=  vapigen:${PORTSDIR}/lang/vala-vapigen
LIB_DEPENDS=    libgit2-glib-1.0.so:${PORTSDIR}/devel/libgit2-glib \
        libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
        libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
        libpeas-1.0.so:${PORTSDIR}/devel/libpeas \
        libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 \
        libgee-0.8.so:${PORTSDIR}/devel/libgee

USES=       gettext gmake libtool:keepla pathfix pkgconfig \
        python:3 tar:xz
USE_GNOME=  gnomeprefix gtk30 gtksourceview3 intlhack libxslt
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
CFLAGS+=    -I${LOCALBASE}/include -Wno-error=format-nonliteral
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>