4dd5b237ce
Changes: * Added Polish translation and default feed list. (Jakub W. Jozwicki) * Article skimming keybinding is now global. (Lars Lindner) * Not matching types for proxy port variable fixed. This should solve proxy problems on Solaris. (Lars Lindner) * Fixes a bug that caused the items of a deleted feed not to be removed from all vfolders. (Jakub W. Jozwicki) * Workaround for unwanted GtkHTML2 default background color. Liferea now enforces a white background. (Juha-Mikko Ahonen)
30 lines
840 B
Makefile
30 lines
840 B
Makefile
# $NetBSD: Makefile,v 1.16 2004/12/02 16:56:31 minskim Exp $
|
|
|
|
DISTNAME= liferea-0.6.4
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://liferea.sourceforge.net/
|
|
COMMENT= Simple FeedReader clone for reading RSS/RDF feeds
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
USE_DIRS+= xdg-1.1
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_X11= yes
|
|
|
|
SHLIBTOOL_OVERRIDE= libtool
|
|
|
|
GCONF2_SCHEMAS= liferea.schemas
|
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../www/libgtkhtml/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|