ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net/liferea/Makefile
Revision: 15462
Committed: Tue Sep 17 03:15:41 2013 UTC (10 years, 7 months ago) by laffer1
File size: 980 byte(s)
Log Message:
fixup some properties.

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 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
svn:keywords MidnightBSD=%H