ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net/liferea/Makefile
Revision: 23086
Committed: Thu Mar 8 05:04:21 2018 UTC (6 years, 1 month ago) by laffer1
File size: 882 byte(s)
Log Message:
update depends

File Contents

# Content
1 # $MidnightBSD$
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
6 CATEGORIES= net gnome
7 MASTER_SITES= SF/${PORTNAME}/Liferea%20Stable/${PORTVERSION}
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
15
16 USE_GNOME= gnomeprefix libglade2 gconf2
17 USES= libtool gmake sqlite
18 GNU_CONFIGURE= yes
19 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
20 LDFLAGS="-L${LOCALBASE}/lib"
21 MAKE_JOBS_SAFE= yes
22
23 GCONF_SCHEMAS= liferea.schemas
24 INSTALLS_ICONS= yes
25
26 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>

Properties

Name Value
svn:keywords MidnightBSD=%H