pkgsrc/www/badwolf/Makefile
pin 199aaca29c www/badwolf: import new package
badwolf is a minimalist browser that cares about privacy, it is based on
WebKitGTK and thus also accepts WebKitGTK (and dependencies) flags and
environment variables.

Runtime configuration specific to badwolf will probably get added at a later
release.

- No browser-level tracking, multiple ephemeral isolated sessions per new
  unrelated tabs, JavaScript off by default.
- Small codebase (~1 500 LoC), reuses existing components when available or
  makes it available.
- WebKitGTK native extensions, Interface customizable through CSS.
- Stable User-Interface; The common shortcuts are available (and documented),
  no vi-modal edition or single-key shortcuts are used.
- Dialogs are only used when required, javascript popups open in a
  background tab.
2020-07-08 09:26:58 +00:00

27 lines
813 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/07/08 09:26:58 pin Exp $
DISTNAME= badwolf-1.0.2
CATEGORIES= www
MASTER_SITES= https://hacktivis.me/releases/
MAINTAINER= pin@NetBSD.org
HOMEPAGE= https://hacktivis.me/projects/badwolf
COMMENT= Minimalist and privacy-oriented webkit browser
LICENSE= modified-bsd
USE_TOOLS+= pkg-config
SUBST_CLASSES+= prefix
SUBST_MESSAGE.prefix= Fixing paths.
SUBST_STAGE.prefix= pre-configure
SUBST_FILES.prefix+= Makefile
SUBST_SED.prefix+= -e 's,/usr/local,${PREFIX},g'
SUBST_SED.prefix+= -e 's,share/man,${PKGMANDIR},g'
TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
.include "../../www/webkit-gtk/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../net/libsoup/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"