blob: 4786917c5656faa545975b20da6e3bf86748f593 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# $NetBSD: Makefile,v 1.19 2006/07/07 15:49:34 jlam Exp $
#
DISTNAME= kazehakase-0.3.3
PKGREVISION= 3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kazehakase/17700/}
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/mozilla/gecko-depends.mk"
.include "../../mk/bsd.pkg.mk"
|