summaryrefslogtreecommitdiffstats
path: root/devel/gitg/Makefile
blob: ad3df0c8fb6765e8b6a15bebe61d9aeee4ad39c7 (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
32
33
# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
#   $MCom$

PORTNAME=   gitg
PORTVERSION=    0.3.2
PORTREVISION=   1
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
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 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
INSTALL_TARGET= install-strip

.include <bsd.port.mk>