summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/kazehakase/Makefile27
-rw-r--r--www/kazehakase/PLIST3
-rw-r--r--www/kazehakase/distinfo8
-rw-r--r--www/kazehakase/options.mk16
4 files changed, 34 insertions, 20 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile
index 4bcc16a5058..68024eb18a0 100644
--- a/www/kazehakase/Makefile
+++ b/www/kazehakase/Makefile
@@ -1,33 +1,31 @@
-# $NetBSD: Makefile,v 1.7 2006/01/04 04:29:09 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/04 23:59:40 reed Exp $
#
-DISTNAME= kazehakase-0.3.0
-CATEGORIES= www
-MASTER_SITES= http://osdn.dl.sourceforge.jp/kazehakase/16207/ \
- http://keihanna.dl.sourceforge.jp/kazehakase/16027/
+DISTNAME= kazehakase-0.3.3
+CATEGORIES= www
+MASTER_SITES= http://prdownloads.sourceforge.jp/kazehakase/17700/
+MASTER_SITES+= http://osdn.dl.sourceforge.jp/kazehakase/17700/
+MASTER_SITES+= http://keihanna.dl.sourceforge.jp/kazehakase/17700/
-MAINTAINER= lems@gmx.net
-HOMEPAGE= http://kazehakase.sourceforge.jp/
-COMMENT= Web browser with multiple layout engines support
+MAINTAINER= lems@gmx.net
+HOMEPAGE= http://kazehakase.sourceforge.jp/
+COMMENT= Web browser with multiple layout engines support
BROKEN_IN= pkgsrc-2005Q4
BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.1
+USE_DIRS+= xdg-1.2
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
LIBTOOL_OVERRIDE= libtool
-CONFIGURE_ARGS+= --disable-ssl
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+.include "options.mk"
-PKG_OPTIONS_VAR= PKG_OPTIONS.kazehakase
-.include "../../www/mozilla/gecko-options.mk"
-.include "../../mk/bsd.options.mk"
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
PKG_SYSCONFSUBDIR= kazehakase
EGDIR= ${PREFIX}/share/examples/kazehakase
@@ -42,7 +40,6 @@ 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"
diff --git a/www/kazehakase/PLIST b/www/kazehakase/PLIST
index 6552d41d960..aa206370f14 100644
--- a/www/kazehakase/PLIST
+++ b/www/kazehakase/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/11 17:43:10 reed Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/01/04 23:59:40 reed Exp $
bin/kazehakase
man/man1/kazehakase.1
share/applications/kazehakase.desktop
@@ -58,6 +58,7 @@ share/kazehakase/icons/kz-yellow.png
share/kazehakase/kz-no-thumbnail.png
share/kazehakase/search-result.css
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/kazehakase.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/kazehakase.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/kazehakase.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/kazehakase.mo
share/pixmaps/kazehakase-icon.png
diff --git a/www/kazehakase/distinfo b/www/kazehakase/distinfo
index 53baf2270e3..ea0ea2950be 100644
--- a/www/kazehakase/distinfo
+++ b/www/kazehakase/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2005/09/17 22:40:36 reed Exp $
+$NetBSD: distinfo,v 1.3 2006/01/04 23:59:40 reed Exp $
-SHA1 (kazehakase-0.3.0.tar.gz) = fd2d82e5b4a293bb7352ac31e068d6ae1c6557d9
-RMD160 (kazehakase-0.3.0.tar.gz) = 8e80c2478e9cdc7b2106c9ee4603d5c449818ef3
-Size (kazehakase-0.3.0.tar.gz) = 1262331 bytes
+SHA1 (kazehakase-0.3.3.tar.gz) = fdffb0d294b9866f46527f6f205d1a17b7fb2c6d
+RMD160 (kazehakase-0.3.3.tar.gz) = fbcfa9e8df636be9963a215e498c6b2226410e02
+Size (kazehakase-0.3.3.tar.gz) = 1311717 bytes
SHA1 (patch-ab) = 62224f9ee0b5c10e026d008973f539821a5d2aa1
SHA1 (patch-ad) = a5689f294cc6b4ce9c71d18b1eef77e3542d2561
SHA1 (patch-af) = 4e64664c820fa2e8224bd683e402b4d0621c48f1
diff --git a/www/kazehakase/options.mk b/www/kazehakase/options.mk
new file mode 100644
index 00000000000..f2ea6a91d0c
--- /dev/null
+++ b/www/kazehakase/options.mk
@@ -0,0 +1,16 @@
+# $NetBSD: options.mk,v 1.1 2006/01/04 23:59:40 reed Exp $
+#
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.kazehakase
+PKG_SUPPORTED_OPTIONS= gnutls
+PKG_SUGGESTED_OPTIONS+= gnutls
+
+.include "../../www/mozilla/gecko-options.mk"
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mgnutls)
+. include "../../security/gnutls/buildlink3.mk"
+CONFIGURE_ARGS+= --enable-ssl
+.else
+CONFIGURE_ARGS+= --disable-ssl
+.endif