summaryrefslogtreecommitdiff
path: root/www/liferea
diff options
context:
space:
mode:
authordrochner <drochner>2009-04-08 16:44:23 +0000
committerdrochner <drochner>2009-04-08 16:44:23 +0000
commit7c74139b1c595e55d007b41486e07c224acdd2d1 (patch)
treeb065ad16a4c2a0863f9093df26e2ec0010b8b1f3 /www/liferea
parentc03e169ca0536a56807faa85ea626329b3dd4820 (diff)
downloadpkgsrc-7c74139b1c595e55d007b41486e07c224acdd2d1.tar.gz
add an option to use webkit as html renderer
(marked experimental, but works for me on i386)
Diffstat (limited to 'www/liferea')
-rw-r--r--www/liferea/Makefile11
-rw-r--r--www/liferea/PLIST3
2 files changed, 10 insertions, 4 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile
index 22d1a5246f5..15ecc6e7a12 100644
--- a/www/liferea/Makefile
+++ b/www/liferea/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2009/04/07 11:36:27 drochner Exp $
+# $NetBSD: Makefile,v 1.82 2009/04/08 16:44:23 drochner Exp $
DISTNAME= liferea-1.4.27
CATEGORIES= www
@@ -19,11 +19,11 @@ 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_OPTIONS_GROUP.renderer= liferea-gtkhtml liferea-seamonkey liferea-firefox liferea-webkit
PKG_SUGGESTED_OPTIONS= liferea-gtkhtml
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= gtkhtml mozilla
+PLIST_VARS+= gtkhtml mozilla webkit
.if !empty(PKG_OPTIONS:Mliferea-gtkhtml)
CONFIGURE_ARGS+= --disable-gecko
.include "../../www/libgtkhtml/buildlink3.mk"
@@ -37,6 +37,11 @@ PLIST.mozilla= yes
.include "../../www/firefox/buildlink3.mk"
PLIST.mozilla= yes
.endif
+.if !empty(PKG_OPTIONS:Mliferea-webkit)
+CONFIGURE_ARGS+= --disable-gecko
+.include "../../www/webkit-gtk/buildlink3.mk"
+PLIST.webkit= yes
+.endif
SHLIBTOOL_OVERRIDE= # empty
diff --git a/www/liferea/PLIST b/www/liferea/PLIST
index 98b9c4ec249..e55cead881c 100644
--- a/www/liferea/PLIST
+++ b/www/liferea/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.35 2009/02/16 17:34:17 drochner Exp $
+@comment $NetBSD: PLIST,v 1.36 2009/04/08 16:44:23 drochner Exp $
bin/liferea
bin/liferea-add-feed
bin/liferea-bin
${PLIST.gtkhtml}lib/liferea/liblihtmlg.la
${PLIST.mozilla}lib/liferea/liblihtmlm.la
+${PLIST.webkit}lib/liferea/liblihtmlw.la
lib/liferea/liblinotiflibnotify.la
man/man1/liferea.1
man/pl/man1/liferea.1