pkgsrc/www/kazehakase/Makefile

45 lines
1.2 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2006/04/17 13:46:51 wiz Exp $
#
DISTNAME= kazehakase-0.3.3
PKGREVISION= 3
CATEGORIES= www
2006-01-21 12:55:14 +01:00
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
BROKEN_IN= pkgsrc-2005Q4
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.2
USE_TOOLS+= gmake msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
LIBTOOL_OVERRIDE= libtool
.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 "../../textproc/intltool/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../www/mozilla/gecko-depends.mk"
.include "../../mk/bsd.pkg.mk"