ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net/liferea/Makefile
Revision: 22421
Committed: Tue Mar 21 22:15:20 2017 UTC (7 years, 1 month ago) by laffer1
File size: 916 byte(s)
Log Message:
switch to uses

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 22421 LIB_DEPENDS= webkit-1.0.13:${PORTSDIR}/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     MAN1= liferea.1
24     MANLANG= "" pl
25     GCONF_SCHEMAS= liferea.schemas
26     INSTALLS_ICONS= yes
27    
28     OPTIONS= LIBNOTIFY "Enable libnotify support" on
29    
30     .include <bsd.port.pre.mk>
31    
32     .ifdef WITHOUT_LIBNOTIFY
33     CONFIGURE_ARGS+=--disable-libnotify
34     PLIST_SUB+= NOTIFY="@comment "
35     .else
36     LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
37     PLIST_SUB+= NOTIFY=""
38     .endif
39    
40     .include <bsd.port.post.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H