8d6597e0bb
With hat: portmgr Sponsored by: Absolight
39 lines
1 KiB
Makefile
39 lines
1 KiB
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-online-accounts
|
|
PORTVERSION= 3.18.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Interface provider to access the user's online accounts
|
|
|
|
BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl
|
|
LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
|
|
libdbus-glib-1.so:devel/dbus-glib \
|
|
libtelepathy-glib.so:net-im/telepathy-glib \
|
|
libjson-glib-1.0.so:devel/json-glib \
|
|
libnotify.so:devel/libnotify \
|
|
libsecret-1.so:security/libsecret \
|
|
librest-0.7.so:devel/librest
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake gnome 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
|
|
CONFIGURE_ARGS= --enable-lastfm
|
|
|
|
GLIB_SCHEMAS= org.gnome.online-accounts.gschema.xml
|
|
|
|
# for webkit2-gtk3
|
|
USES+= compiler:c++11-lib
|
|
|
|
.include <bsd.port.mk>
|