ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net/liferea/Makefile
Revision: 11564
Committed: Sun Jul 3 20:17:48 2011 UTC (12 years, 8 months ago) by laffer1
File size: 980 byte(s)
Log Message:
add cool rss feed reader

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     LICENSE= gpl2
12    
13     LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \
14     webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2
15    
16     USE_GNOME= gnomeprefix gnomehack libglade2 gconf2
17     USE_GMAKE= yes
18     USE_AUTOTOOLS= libtool
19     GNU_CONFIGURE= yes
20     CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
21     LDFLAGS="-L${LOCALBASE}/lib"
22     MAKE_JOBS_SAFE= yes
23    
24     MAN1= liferea.1
25     MANLANG= "" pl
26     GCONF_SCHEMAS= liferea.schemas
27     INSTALLS_ICONS= yes
28    
29     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>

Properties

Name Value
cvs2svn:cvs-rev 1.1