1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/liferea/Makefile
Tijl Coosemans a5185846f0 Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
2014-07-04 09:40:59 +00:00

36 lines
1.1 KiB
Makefile

# Created by: Hye-Shik Chang <perky@FreeBSD.org>
# $FreeBSD$
PORTNAME= liferea
PORTVERSION= 1.10.8
PORTREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${PORTVERSION}/ \
http://rainbow-runner.nl/~kwm/distfiles/
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
USES= desktop-file-utils gmake libtool pathfix pkgconfig \
tar:bzip2
USE_GNOME= gnomeprefix gtk30 introspection:build libxslt:build libxml2
USE_SQLITE= 3
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --disable-libnotify --disable-libindicate
GLIB_SCHEMAS= net.sf.liferea.gschema.xml
INSTALLS_ICONS= yes
.include <bsd.port.mk>