freebsd-ports/net/liferea/Makefile
Koop Mast 2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00

41 lines
1.2 KiB
Makefile

# Created by: Hye-Shik Chang <perky@FreeBSD.org>
# $FreeBSD$
PORTNAME= liferea
PORTVERSION= 1.10.16
CATEGORIES= net gnome
MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${PORTVERSION}/
MAINTAINER= kwm@FreeBSD.org
COMMENT= Simple RSS/RDF feed reader
LICENSE= GPLv2
BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
libpeas-1.0.so:${PORTSDIR}/devel/libpeas \
libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py-libpeas
USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
python:2 tar:bzip2
USE_GNOME= dconf:run gtk30 intltool introspection:build \
libxslt:build libxml2
USE_SQLITE= 3
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --disable-libindicate --enable-introspection
GLIB_SCHEMAS= net.sf.liferea.gschema.xml
INSTALLS_ICONS= yes
OPTIONS_DEFINE= NOTIFY
OPTIONS_DEFAULT=NOTIFY
NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
NOTIFY_CONFIGURE_ENABLE=libnotify
.include <bsd.port.mk>