ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net/liferea/Makefile
(Generate patch)

Comparing trunk/net/liferea/Makefile (file contents):
Revision 23086 by laffer1, Thu Mar 8 05:04:21 2018 UTC vs.
Revision 23089 by laffer1, Thu Mar 8 05:13:33 2018 UTC

# Line 2 | Line 2
2   # $FreeBSD: ports/net/liferea/Makefile,v 1.148 2010/12/04 07:32:56 ade Exp $
3  
4   PORTNAME=       liferea
5 < PORTVERSION=    1.6.5
5 > DISTVERSION=    1.12-rc3
6   CATEGORIES=     net gnome
7 < MASTER_SITES=   SF/${PORTNAME}/Liferea%20Stable/${PORTVERSION}
7 > MASTER_SITES=   https://github.com/lwindolf/liferea/releases/download/v${PORTVERSION:S/.r/-rc/}/
8  
9   MAINTAINER=     ports@MidnightBSD.org
10   COMMENT=        Simple RSS/RDF feed reader
11  
12   LICENSE=        gpl2
13  
14 < LIB_DEPENDS=    libwebkitgtk-1.0.so:www/webkit-gtk2
14 > BUILD_DEPENDS=  gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
15 > LIB_DEPENDS=    libsoup-2.4.so:devel/libsoup \
16 >                libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
17 >                libpeas-1.0.so:devel/libpeas \
18 >                libjson-glib-1.0.so:devel/json-glib
19 > RUN_DEPENDS=    gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
20 >                ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR}
21  
22 < USE_GNOME=      gnomeprefix libglade2 gconf2
23 < USES=   libtool gmake sqlite
22 > USES=           desktop-file-utils gettext gmake gnome libtool localbase \
23 >                pathfix pkgconfig python:3.4+ sqlite tar:bzip2
24 > USE_GNOME=      cairo dconf:run gtk30 intltool introspection \
25 >                libxslt libxml2
26   GNU_CONFIGURE=  yes
27 < CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
28 <                LDFLAGS="-L${LOCALBASE}/lib"
21 < MAKE_JOBS_SAFE= yes
27 > INSTALL_TARGET= install-strip
28 > CONFIGURE_ARGS= --enable-introspection
29  
30 < GCONF_SCHEMAS=  liferea.schemas
30 > GLIB_SCHEMAS=   net.sf.liferea.gschema.xml
31   INSTALLS_ICONS= yes
32  
33 < OPTIONS=        LIBNOTIFY "Enable libnotify support" on
27 <
28 < .include <bsd.port.pre.mk>
29 <
30 < .ifdef WITHOUT_LIBNOTIFY
31 < CONFIGURE_ARGS+=--disable-libnotify
32 < PLIST_SUB+=     NOTIFY="@comment "
33 < .else
34 < LIB_DEPENDS+=   libnotify.so:${PORTSDIR}/devel/libnotify
35 < PLIST_SUB+=     NOTIFY=""
36 < .endif
37 <
38 < .include <bsd.port.post.mk>
33 > .include <bsd.port.mk>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines