e867ffddb6
Changes: * Update of the Czech translation. (Juraj Kubelka) * Fixes a bug reported by twentyone that hides the headers and metadata when the two pane mode (condensed view) is enabled. (Lars Lindner) * Favicons downloaded using gzip compression are no longer corrupted. This might fix some other download problems. (Nathan Conrad) * Fixed a parsing bug that treated Atom feed modified/issued dates as RFC822 instead of ISO6801 dates. (Lars Lindner) * Fix parsing of atom feeds that do not escape their content. (Nathan Conrad)
25 lines
716 B
Makefile
25 lines
716 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/08/02 23:55:22 minskim Exp $
|
|
|
|
DISTNAME= liferea-0.5.2c
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/}
|
|
|
|
MAINTAINER= adam@monkeybyte.org
|
|
HOMEPAGE= http://liferea.sourceforge.net/
|
|
COMMENT= Simple FeedReader clone for reading RSS/RDF feeds
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
SHLIBTOOL_OVERRIDE= libtool
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= yes
|
|
USE_DIRS+= xdg-1.1
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../devel/GConf2/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../www/libgtkhtml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|