f9197c0562
changes: -minor bugfixes -Changes DB schema to better handle comments during item and subscription deletion. This makes the cache version incompatible to 1.4.15 -Update of French translation
58 lines
1.8 KiB
Makefile
58 lines
1.8 KiB
Makefile
# $NetBSD: Makefile,v 1.75 2008/06/23 16:26:19 drochner Exp $
|
|
|
|
DISTNAME= liferea-1.4.16b
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://liferea.sourceforge.net/
|
|
COMMENT= Simple FeedReader clone for reading RSS/RDF feeds
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
USE_DIRS+= xdg-1.1
|
|
USE_TOOLS+= gmake pkg-config msgfmt perl intltool
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES+= c++
|
|
USE_LANGUAGES+= c
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.liferea
|
|
PKG_OPTIONS_REQUIRED_GROUPS= renderer
|
|
PKG_OPTIONS_GROUP.renderer= liferea-gtkhtml liferea-seamonkey liferea-firefox
|
|
PKG_SUGGESTED_OPTIONS= liferea-gtkhtml
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
PLIST_VARS+= gtkhtml mozilla
|
|
.if !empty(PKG_OPTIONS:Mliferea-gtkhtml)
|
|
.include "../../www/libgtkhtml/buildlink3.mk"
|
|
PLIST.gtkhtml= yes
|
|
.endif
|
|
.if !empty(PKG_OPTIONS:Mliferea-firefox)
|
|
.include "../../www/firefox/buildlink3.mk"
|
|
PLIST.mozilla= yes
|
|
.endif
|
|
.if !empty(PKG_OPTIONS:Mliferea-seamonkey)
|
|
.include "../../www/firefox/buildlink3.mk"
|
|
PLIST.mozilla= yes
|
|
.endif
|
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
GCONF_SCHEMAS= liferea.schemas
|
|
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../sysutils/libnotify/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|