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 17932 by laffer1, Thu Dec 25 02:00:01 2014 UTC vs.
Revision 23229 by laffer1, Sun Apr 29 20:21:10 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=    sqlite3.8:${PORTSDIR}/databases/sqlite3 \
15 <                webkit-1.0.13:${PORTSDIR}/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
21  
22 < USE_GNOME=      gnomeprefix gnomehack libglade2 gconf2
23 < USE_GMAKE=      yes
24 < USES=   libtool
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"
22 < MAKE_JOBS_SAFE= yes
27 > INSTALL_TARGET= install-strip
28 > CONFIGURE_ARGS= --enable-introspection
29  
30 < MAN1=           liferea.1
25 < MANLANG=        "" pl
26 < GCONF_SCHEMAS=  liferea.schemas
30 > GLIB_SCHEMAS=   net.sf.liferea.gschema.xml
31   INSTALLS_ICONS= yes
32  
33 < OPTIONS=        LIBNOTIFY "Enable libnotify support" on
30 <
31 < .include <bsd.port.pre.mk>
32 <
33 < .ifdef WITHOUT_LIBNOTIFY
34 < CONFIGURE_ARGS+=--disable-libnotify
35 < PLIST_SUB+=     NOTIFY="@comment "
36 < .else
37 < LIB_DEPENDS+=   notify.1:${PORTSDIR}/devel/libnotify
38 < PLIST_SUB+=     NOTIFY=""
39 < .endif
40 <
41 < .include <bsd.port.post.mk>
33 > .include <bsd.port.mk>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines