openbsd-ports/www/xombrero/Makefile
gonzalo b3fbb207aa Update for Xombrero to 1.3.0:
* [NEW] force_https setting and https command to force a given domain
  to always use HTTPS
* [NEW] Use force_https to provide a preloaded HSTS list to help avoid
  the ssl stripping attack.  Sites in this list are taken from
  Chromium's preloaded HSTS list, and additional domains added by the
  xombrero authors.
* Add a workaround to fix a GTK focus bug until it has been fixed
  upstream (see https://bugzilla.gnome.org/show_bug.cgi?id=677329)
* Modify the about:allthethings output to a more C-like syntax
* Remove the usage of relying on some deprecated webkitgtk signals
* Prevent spitting out warnings of deprecated gcrypt functions when
  building
* Prevent a crash when using editsrc on about:blank or any other blank
  page
* Many various code cleanups

And more.

Ok pascal@
2012-09-04 12:06:01 +00:00

57 lines
1.9 KiB
Makefile
Executable File

# $OpenBSD: Makefile,v 1.4 2012/09/04 12:06:01 gonzalo Exp $
COMMENT= vi-like minimalists web browser
DISTNAME= xombrero-1.3.0
CATEGORIES= www
EPOCH= 1
HOMEPAGE= http://opensource.conformal.com/wiki/xombrero
MAINTAINER= Gonzalo L. R. <gonzalo@openbsd.org>
# MPL 1.1/GPL 2.0/LGPL 2.1 for tld-rules file
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES += devel/gettext
WANTLIB += GL X11 Xrender atk-1.0 c cairo cairo-gobject expat
WANTLIB += fontconfig freetype gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gnutls gobject-2.0 gthread-2.0 gtk-3 javascriptcoregtk-3.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += pthread pthread-stubs soup-2.4 util webkitgtk-3.0 xcb
WANTLIB += xcb-render xcb-shm z
MASTER_SITES= http://opensource.conformal.com/snapshots/xombrero/
LIB_DEPENDS= www/webkit,gtk3
RUN_DEPENDS= devel/desktop-file-utils
EXTRACT_SUFX= .tgz
NO_REGRESS= Yes
EXAMPLEDIR= ${PREFIX}/share/examples/xombrero
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xombrero ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xombrero.1 ${PREFIX}/man/man1/xombrero.1
${INSTALL_DATA_DIR} ${EXAMPLEDIR}
${INSTALL_DATA} ${WRKSRC}/xombrero.conf ${EXAMPLEDIR}
${INSTALL_DATA} ${WRKSRC}/favorites ${EXAMPLEDIR}
${INSTALL_SCRIPT} ${WRKSRC}/playflash.sh ${EXAMPLEDIR}
${INSTALL_DATA_DIR} ${PREFIX}/share/xombrero/
${INSTALL_DATA} ${WRKSRC}/xombreroicon*.png ${PREFIX}/share/xombrero/
${INSTALL_DATA} ${WRKSRC}/{xombrero.css,style.css} ${PREFIX}/share/xombrero/
${INSTALL_DATA} ${WRKSRC}/tld-rules ${PREFIX}/share/xombrero/
${INSTALL_DATA} ${WRKSRC}/hsts-preload ${PREFIX}/share/xombrero/
${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
${SUBST_CMD} -o ${SHAREOWN} -g ${SHAREGRP} \
-c ${WRKSRC}/xombrero.desktop \
${PREFIX}/share/applications/xombrero.desktop
.include <bsd.port.mk>