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 ago) by laffer1
File size: 882 byte(s)
Log Message:
update depends

File Contents

# User Rev Content
1 laffer1 11564 # $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 laffer1 22420
12 laffer1 11564 LICENSE= gpl2
13    
14 laffer1 22831 LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2
15 laffer1 11564
16 laffer1 22420 USE_GNOME= gnomeprefix libglade2 gconf2
17 laffer1 22421 USES= libtool gmake sqlite
18 laffer1 11564 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 laffer1 23086 LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify
35 laffer1 11564 PLIST_SUB+= NOTIFY=""
36     .endif
37    
38     .include <bsd.port.post.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H