aboutsummaryrefslogtreecommitdiffstats
path: root/www/otter-browser/Makefile
blob: ec68c20943e51269dbf942f950d45e9551c017a5 (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
# $FreeBSD$

PORTNAME=   otter-browser
PORTVERSION=    0.9.12
DISTVERSIONPREFIX=  v
PORTREVISION=   2
CATEGORIES= www

MAINTAINER= kde@FreeBSD.org
COMMENT=    Browser based on Qt 5

LICENSE=    GPLv3
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libhunspell-1.6.so:textproc/hunspell

USES=       cmake:outsource compiler:c++11-lib desktop-file-utils
USE_QT5=    concurrent core dbus gui multimedia network printsupport \
        qml script sql sql-sqlite3 webkit widgets xmlpatterns \
        buildtools_build qmake_build

USE_GITHUB= yes
GH_ACCOUNT= OtterBrowser

.include <bsd.port.mk>