2012-10-28 07:30:00 +01:00
|
|
|
# $NetBSD: Makefile,v 1.52 2012/10/28 06:30:19 asau Exp $
|
Import kazehakase web browser.
This is from pkgsrc-wip originally imported by me, but now
maintained by Leonard Schmidt. Thank you Leonard!
Kazehakase is a GTK+2-based web browser with plans to add support
for switching between various rendering engines such as Dillo,
Gecko, GtkHTML, Gtk+ WebCore or w3m. Currently, however, only
supporting Mozilla's Gecko engine.
It provides tabbed windows and RSS support, drag-and-drop of browser
tabs, a bookmark editor, remote and smart bookmarks, mouse gestures,
a search window, find as you type, a cookie and a password manager.
2005-08-11 19:43:10 +02:00
|
|
|
#
|
|
|
|
|
2009-10-30 21:34:43 +01:00
|
|
|
DISTNAME= kazehakase-0.5.8
|
2012-10-09 01:00:34 +02:00
|
|
|
PKGREVISION= 19
|
2006-01-05 00:59:40 +01:00
|
|
|
CATEGORIES= www
|
2009-10-30 21:34:43 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kazehakase/43802/}
|
Import kazehakase web browser.
This is from pkgsrc-wip originally imported by me, but now
maintained by Leonard Schmidt. Thank you Leonard!
Kazehakase is a GTK+2-based web browser with plans to add support
for switching between various rendering engines such as Dillo,
Gecko, GtkHTML, Gtk+ WebCore or w3m. Currently, however, only
supporting Mozilla's Gecko engine.
It provides tabbed windows and RSS support, drag-and-drop of browser
tabs, a bookmark editor, remote and smart bookmarks, mouse gestures,
a search window, find as you type, a cookie and a password manager.
2005-08-11 19:43:10 +02:00
|
|
|
|
2008-05-03 21:58:43 +02:00
|
|
|
MAINTAINER= tonnerre@NetBSD.org
|
2006-01-05 00:59:40 +01:00
|
|
|
HOMEPAGE= http://kazehakase.sourceforge.jp/
|
|
|
|
COMMENT= Web browser with multiple layout engines support
|
Import kazehakase web browser.
This is from pkgsrc-wip originally imported by me, but now
maintained by Leonard Schmidt. Thank you Leonard!
Kazehakase is a GTK+2-based web browser with plans to add support
for switching between various rendering engines such as Dillo,
Gecko, GtkHTML, Gtk+ WebCore or w3m. Currently, however, only
supporting Mozilla's Gecko engine.
It provides tabbed windows and RSS support, drag-and-drop of browser
tabs, a bookmark editor, remote and smart bookmarks, mouse gestures,
a search window, find as you type, a cookie and a password manager.
2005-08-11 19:43:10 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2009-10-30 21:34:43 +01:00
|
|
|
MAKE_JOBS_SAFE= no
|
2006-07-05 07:37:39 +02:00
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
2006-05-16 01:39:49 +02:00
|
|
|
USE_LANGUAGES= c c++
|
Import kazehakase web browser.
This is from pkgsrc-wip originally imported by me, but now
maintained by Leonard Schmidt. Thank you Leonard!
Kazehakase is a GTK+2-based web browser with plans to add support
for switching between various rendering engines such as Dillo,
Gecko, GtkHTML, Gtk+ WebCore or w3m. Currently, however, only
supporting Mozilla's Gecko engine.
It provides tabbed windows and RSS support, drag-and-drop of browser
tabs, a bookmark editor, remote and smart bookmarks, mouse gestures,
a search window, find as you type, a cookie and a password manager.
2005-08-11 19:43:10 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
|
2010-06-11 10:50:04 +02:00
|
|
|
# needed for kazehakase-0.5 and gtk2-2.20 -- remove on next update!
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-DGDK_DISABLE_DEPRECATED
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-DGDK_PIXBUF_DISABLE_DEPRECATED
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
|
|
|
|
|
2006-01-05 00:59:40 +01:00
|
|
|
.include "options.mk"
|
Import kazehakase web browser.
This is from pkgsrc-wip originally imported by me, but now
maintained by Leonard Schmidt. Thank you Leonard!
Kazehakase is a GTK+2-based web browser with plans to add support
for switching between various rendering engines such as Dillo,
Gecko, GtkHTML, Gtk+ WebCore or w3m. Currently, however, only
supporting Mozilla's Gecko engine.
It provides tabbed windows and RSS support, drag-and-drop of browser
tabs, a bookmark editor, remote and smart bookmarks, mouse gestures,
a search window, find as you type, a cookie and a password manager.
2005-08-11 19:43:10 +02:00
|
|
|
|
2008-05-03 21:58:43 +02:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
Import kazehakase web browser.
This is from pkgsrc-wip originally imported by me, but now
maintained by Leonard Schmidt. Thank you Leonard!
Kazehakase is a GTK+2-based web browser with plans to add support
for switching between various rendering engines such as Dillo,
Gecko, GtkHTML, Gtk+ WebCore or w3m. Currently, however, only
supporting Mozilla's Gecko engine.
It provides tabbed windows and RSS support, drag-and-drop of browser
tabs, a bookmark editor, remote and smart bookmarks, mouse gestures,
a search window, find as you type, a cookie and a password manager.
2005-08-11 19:43:10 +02:00
|
|
|
|
|
|
|
PKG_SYSCONFSUBDIR= kazehakase
|
|
|
|
EGDIR= ${PREFIX}/share/examples/kazehakase
|
|
|
|
EGFILES= bookmarkbar.xml bookmarks.xml kz-ui-beginner.xml \
|
|
|
|
kz-ui-bookmarks.xml kz-ui-expert.xml kz-ui-medium.xml \
|
|
|
|
kzrc proxyrc smartbookmarks.xml
|
|
|
|
.for f in ${EGFILES}
|
|
|
|
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
MAKE_DIRS+= ${PKG_SYSCONFDIR}/mozilla
|
|
|
|
CONF_FILES+= ${EGDIR}/mozilla/encodings.xml ${PKG_SYSCONFDIR}/mozilla/encodings.xml
|
|
|
|
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
2009-10-30 21:34:43 +01:00
|
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
2010-02-13 14:36:08 +01:00
|
|
|
.include "../../www/webkit-gtk/buildlink3.mk"
|
2007-10-27 15:03:50 +02:00
|
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
|
Import kazehakase web browser.
This is from pkgsrc-wip originally imported by me, but now
maintained by Leonard Schmidt. Thank you Leonard!
Kazehakase is a GTK+2-based web browser with plans to add support
for switching between various rendering engines such as Dillo,
Gecko, GtkHTML, Gtk+ WebCore or w3m. Currently, however, only
supporting Mozilla's Gecko engine.
It provides tabbed windows and RSS support, drag-and-drop of browser
tabs, a bookmark editor, remote and smart bookmarks, mouse gestures,
a search window, find as you type, a cookie and a password manager.
2005-08-11 19:43:10 +02:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2012-07-01 21:05:10 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
Import kazehakase web browser.
This is from pkgsrc-wip originally imported by me, but now
maintained by Leonard Schmidt. Thank you Leonard!
Kazehakase is a GTK+2-based web browser with plans to add support
for switching between various rendering engines such as Dillo,
Gecko, GtkHTML, Gtk+ WebCore or w3m. Currently, however, only
supporting Mozilla's Gecko engine.
It provides tabbed windows and RSS support, drag-and-drop of browser
tabs, a bookmark editor, remote and smart bookmarks, mouse gestures,
a search window, find as you type, a cookie and a password manager.
2005-08-11 19:43:10 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|