2013-07-10 00:06:15 +02:00
|
|
|
# Created by: Hye-Shik Chang <perky@FreeBSD.org>
|
2003-08-28 07:44:59 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= liferea
|
2013-07-11 10:02:01 +02:00
|
|
|
PORTVERSION= 1.8.15
|
2003-08-28 07:44:59 +02:00
|
|
|
CATEGORIES= net gnome
|
2011-11-30 16:28:19 +01:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Liferea%20Stable/${PORTVERSION}
|
2003-08-28 07:44:59 +02:00
|
|
|
|
2013-07-10 00:06:15 +02:00
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
2003-08-28 07:44:59 +02:00
|
|
|
COMMENT= Simple RSS/RDF feed reader
|
|
|
|
|
2013-07-10 00:06:15 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \
|
|
|
|
unique-1.0:${PORTSDIR}/x11-toolkits/unique \
|
|
|
|
json-glib-1.0:${PORTSDIR}/devel/json-glib
|
2007-09-03 13:43:57 +02:00
|
|
|
|
2013-07-11 10:02:01 +02:00
|
|
|
USE_BZIP2= yes
|
2013-09-05 19:37:22 +02:00
|
|
|
USES= gmake pathfix pkgconfig
|
2013-07-10 00:06:15 +02:00
|
|
|
USE_GNOME= gnomeprefix gconf2
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2013-07-10 00:06:15 +02:00
|
|
|
USE_SQLITE= 3
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2013-07-11 10:02:01 +02:00
|
|
|
CONFIGURE_ARGS= --disable-libnotify --disable-libindicate
|
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
|
|
|
|
2011-06-22 15:12:17 +02:00
|
|
|
.include <bsd.port.mk>
|