2003-08-28 07:44:59 +02:00
|
|
|
# Ports collection Makefile for: liferea
|
|
|
|
# Date created: 28 August 2003
|
|
|
|
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= liferea
|
2009-12-03 09:27:37 +01:00
|
|
|
PORTVERSION= 1.6.1
|
2003-08-28 07:44:59 +02:00
|
|
|
CATEGORIES= net gnome
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Liferea%20Stable/${PORTVERSION}
|
2003-08-28 07:44:59 +02:00
|
|
|
|
2006-03-20 11:50:27 +01:00
|
|
|
MAINTAINER= pav@FreeBSD.org
|
2003-08-28 07:44:59 +02:00
|
|
|
COMMENT= Simple RSS/RDF feed reader
|
|
|
|
|
2009-12-03 09:27:37 +01:00
|
|
|
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \
|
|
|
|
webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2
|
2007-09-03 13:43:57 +02:00
|
|
|
|
2008-12-03 13:22:43 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libglade2
|
2003-08-28 07:44:59 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-01-14 07:16:57 +01:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2009-04-21 18:28:23 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2004-11-15 07:17:14 +01:00
|
|
|
|
2004-06-21 08:45:58 +02:00
|
|
|
MAN1= liferea.1
|
2007-07-20 00:10:26 +02:00
|
|
|
MANLANG= "" pl
|
2004-11-15 07:17:14 +01:00
|
|
|
GCONF_SCHEMAS= liferea.schemas
|
2006-12-19 19:12:38 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2004-11-15 07:17:14 +01:00
|
|
|
|
2009-12-03 09:27:37 +01:00
|
|
|
OPTIONS= LIBNOTIFY "Enable libnotify support" on
|
2005-05-25 02:43:06 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-12-19 19:12:38 +01:00
|
|
|
.ifdef WITHOUT_LIBNOTIFY
|
|
|
|
CONFIGURE_ARGS+=--disable-libnotify
|
|
|
|
PLIST_SUB+= NOTIFY="@comment "
|
|
|
|
.else
|
|
|
|
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
|
|
|
|
PLIST_SUB+= NOTIFY=""
|
|
|
|
.endif
|
|
|
|
|
2005-05-25 02:43:06 +02:00
|
|
|
.include <bsd.port.post.mk>
|