summaryrefslogtreecommitdiffstats
path: root/net/liferea/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/liferea/Makefile')
-rw-r--r--net/liferea/Makefile45
1 files changed, 45 insertions, 0 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile
new file mode 100644
index 000000000..27e8fea68
--- /dev/null
+++ b/net/liferea/Makefile
@@ -0,0 +1,45 @@
+# Ports collection Makefile for: liferea
+# Date created: 28 August 2003
+# Whom: Hye-Shik Chang <perky@FreeBSD.org>
+#
+# $FreeBSD: ports/net/liferea/Makefile,v 1.148 2010/12/04 07:32:56 ade Exp $
+#
+
+PORTNAME= liferea
+PORTVERSION= 1.6.5
+PORTREVISION= 2
+CATEGORIES= net gnome
+MASTER_SITES= SF/${PORTNAME}/Liferea%20Stable/${PORTVERSION}
+
+MAINTAINER= pav@FreeBSD.org
+COMMENT= Simple RSS/RDF feed reader
+
+LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \
+ webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2
+
+USE_GNOME= gnomeprefix gnomehack libglade2 gconf2
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_JOBS_SAFE= yes
+
+MAN1= liferea.1
+MANLANG= "" pl
+GCONF_SCHEMAS= liferea.schemas
+INSTALLS_ICONS= yes
+
+OPTIONS= LIBNOTIFY "Enable libnotify support" on
+
+.include <bsd.port.pre.mk>
+
+.ifdef WITHOUT_LIBNOTIFY
+CONFIGURE_ARGS+=--disable-libnotify
+PLIST_SUB+= NOTIFY="@comment "
+.else
+LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
+PLIST_SUB+= NOTIFY=""
+.endif
+
+.include <bsd.port.post.mk>