aboutsummaryrefslogtreecommitdiff
path: root/www/midori/Makefile
blob: dd08174d41acfe1746fc9c2318ecca23c455ee2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$

PORTNAME=	midori
PORTVERSION=	9.0
DISTVERSIONPREFIX=	v
CATEGORIES=	www xfce

MAINTAINER=	xfce@FreeBSD.org
COMMENT=	Lightweight web browser using WebKit browser engine

LICENSE=	LGPL21 MIT
LICENSE_COMB=	multi

BUILD_DEPENDS=	rsvg-convert:graphics/librsvg2 \
		valac:lang/vala
LIB_DEPENDS=	libnotify.so:devel/libnotify \
		libjson-glib-1.0.so:devel/json-glib \
		libsoup-2.4.so:devel/libsoup \
		libsoup-gnome-2.4.so:devel/libsoup-gnome \
		libp11-kit.so:security/p11-kit \
		libgcr-3.so:security/gcr \
		libpeas-1.0.so:devel/libpeas \
		libwebkit2gtk-4.0.so:www/webkit2-gtk3
RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss

USES=		cmake compiler:c++11-lang desktop-file-utils gettext gnome \
		libarchive localbase:ldflags pkgconfig sqlite tar:bzip2 xorg
USE_GNOME=	cairo glib20 gtk30 intltool introspection libxml2
USE_XORG=	xscrnsaver

CFLAGS+=	-Wno-return-type
CMAKE_ARGS=	-DUSE_APIDOCS:BOOL=OFF

INSTALLS_ICONS=	yes
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>