| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/midori/ |
Upload File : |
PORTNAME= midori
PORTVERSION= 9.0
DISTVERSIONPREFIX= v
PORTREVISION= 7
CATEGORIES= www xfce
MAINTAINER= xfce@FreeBSD.org
COMMENT= Lightweight web browser using WebKit browser engine
WWW= https://www.midori-browser.org/
LICENSE= LGPL21 MIT
LICENSE_COMB= multi
LIB_DEPENDS= libnotify.so:devel/libnotify \
libjson-glib-1.0.so:devel/json-glib \
libsoup-2.4.so:devel/libsoup \
libp11-kit.so:security/p11-kit \
libgcr-base-3.so:security/gcr \
libpeas-1.0.so:devel/libpeas \
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libharfbuzz.so:print/harfbuzz
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \
libarchive localbase:ldflags pkgconfig sqlite tar:bzip2 vala:build
USE_GNOME= cairo glib20 gtk30 intltool introspection librsvg2:build \
libxml2
CPE_VENDOR= midori-browser
CFLAGS+= -Wno-return-type
CMAKE_ARGS= -DUSE_APIDOCS:BOOL=OFF
USE_LDCONFIG= yes
PLIST_SUB= VERSION="${PORTVERSION:R}"
USE_GITHUB= yes
GH_ACCOUNT= midori-browser
GH_PROJECT= core
OPTIONS_DEFINE= ZEITGEIST
OPTIONS_SUB= yes
ZEITGEIST_DESC= User logs activities
ZEITGEIST_LIB_DEPENDS= libzeitgeist-2.0.so:sysutils/zeitgeist
ZEITGEIST_CMAKE_OFF= -DUSE_ZEITGEIST:BOOL=OFF
post-patch:
# Avoid errors with CMake
.for dir in config extensions
@${RM} ${WRKSRC}/${dir}/*.orig
.endfor
.include <bsd.port.mk>