Makefile 986 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # $OpenBSD$
  2. COMMENT = minimalist and privacy-oriented WebKitGTK+ browser
  3. DISTNAME = badwolf-1.2.0
  4. CATEGORIES = www
  5. HOMEPAGE = https://hacktivis.me/projects/badwolf
  6. MAINTAINER = Adnan Shameem <adnan360@protonmail.com>
  7. # BSD-3-Clause
  8. PERMIT_PACKAGE = Yes
  9. MASTER_SITES = https://hacktivis.me/releases/
  10. WANTLIB += atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
  11. WANTLIB += gobject-2.0 gtk-3 harfbuzz intl javascriptcoregtk-4.0 pango-1.0
  12. WANTLIB += pangocairo-1.0 soup-2.4 webkit2gtk-4.0 xml2
  13. BUILD_DEPENDS = devel/gettext,-tools \
  14. textproc/libxml
  15. LIB_DEPENDS = devel/libsoup \
  16. www/webkitgtk4
  17. RUN_DEPENDS = devel/desktop-file-utils \
  18. x11/gtk+3,-guic
  19. # The test target does some linting on the manpage and the configure
  20. # script; setting NO_TEST because otherwise would add a TEST_DEP on
  21. # shellcheck.
  22. NO_TEST = Yes
  23. USE_GMAKE = Yes
  24. CONFIGURE_STYLE = simple
  25. MAKE_FLAGS = DOCDIR=${PREFIX}/share/doc/badwolf \
  26. MANDIR=${PREFIX}/man
  27. .include <bsd.port.mk>