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

# 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= webkit-1.0.13:${PORTSDIR}/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 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