2005-12-06 00:55:01 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2005/12/05 23:55:22 rillig 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
|
|
|
#
|
|
|
|
|
2005-09-18 00:40:36 +02:00
|
|
|
DISTNAME= kazehakase-0.3.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
|
|
|
CATEGORIES= www
|
2005-09-18 00:40:36 +02:00
|
|
|
MASTER_SITES= http://osdn.dl.sourceforge.jp/kazehakase/16207/ \
|
|
|
|
http://keihanna.dl.sourceforge.jp/kazehakase/16027/
|
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
|
|
|
|
|
|
|
MAINTAINER= lems@gmx.net
|
|
|
|
HOMEPAGE= http://kazehakase.sourceforge.jp/
|
|
|
|
COMMENT= Web browser with multiple layout engines support
|
|
|
|
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGINSTALL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
|
2005-09-18 00:40:36 +02:00
|
|
|
LIBTOOL_OVERRIDE= libtool
|
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
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --disable-ssl
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
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_OPTIONS_VAR= PKG_OPTIONS.kazehakase
|
|
|
|
.include "../../www/mozilla/gecko-options.mk"
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
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/glib2/buildlink3.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../www/mozilla/gecko-depends.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|