4a1e9fa14a
Many changes. See http://kazehakase.sourceforge.jp/ Some of the changes include: * Fix wrong labels in Certificate Properties dialog.(Jan Jeronym Zvanovec) * used ruby_disable_message.(Kouhei SUTOU) * fix the compile problem on NetBSD(Hiroyuki IKEZOE) * fix bug of purge_history_file_by_timestamp(). (Ryo SHIMIZU) * support gziped favicon (Kouhei SUTOU) * use "/favion.ico" as favicon file automatically if favicon URI is not specified by <link ref="..."> tag. (Kouhei SUTOU, Ryo SHIMIZU) * make exit process faster (Ryo SHIMIZU) * bug fix of GoUp action(Tomoyuki KAMO) * use "RSS" when the page title is null(Ryo SHIMIZU) * New creating thumbnail process with new GECKO APIs. But it is caprice(Hiroyuki IKEZOE) * Can compile with Firefox2.0 beta(Hiroyuki IKEZOE) * Show rendering engine on "About" dialog(Kouhei SUTOU)
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.21 2007/01/24 16:29:11 reed Exp $
|
|
#
|
|
|
|
DISTNAME= kazehakase-0.4.3
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kazehakase/22887/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://kazehakase.sourceforge.jp/
|
|
COMMENT= Web browser with multiple layout engines support
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.2
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
.include "options.mk"
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
|
|
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"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../www/seamonkey/gecko-depends.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|