summaryrefslogblamecommitdiffstats
path: root/net/gnome-online-accounts/Makefile
blob: 140898c12391e1cebe7bbc2c1cbf449bccf8d011 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                         
           
                                                                                           

                                     
                      


                     
                                 
                                                                       
 
                                                               
                                                                 

                                                                        
                                                                 



                                                                           
 
                                                              
                                                                


                   

                                      
                             
                                                     
 
                      
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#    $MCom: ports/trunk/net/gnome-online-accounts/Makefile 20037 2014-11-03 08:29:49Z kwm $

PORTNAME=   gnome-online-accounts
PORTVERSION=    3.14.2
CATEGORIES= net
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Interface provider to access the user's online accounts

BUILD_DEPENDS=  docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
LIB_DEPENDS=    libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
        libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
        libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
        libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
        libnotify.so:${PORTSDIR}/devel/libnotify \
        libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
        libsecret-1.so:${PORTSDIR}/security/libsecret \
        librest-0.7.so:${PORTSDIR}/devel/librest

USES=       gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME=  gtk30 intlhack introspection:build libxslt:build
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
INSTALLS_ICONS= yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS=   org.gnome.online-accounts.gschema.xml

.include <bsd.port.mk>