Otter released a new beta earlier this month. Update PORTS to provide it. Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D3732
24 lines
527 B
Makefile
24 lines
527 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= otter
|
|
PORTVERSION= 0.9.07
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= www
|
|
# Avoid pkgname conflict with misc/otter
|
|
PKGNAMESUFFIX= -browser
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Browser based on Qt 5
|
|
|
|
USE_QT5= concurrent core dbus gui multimedia network printsupport \
|
|
script sql sql-sqlite3 webkit widgets \
|
|
buildtools_build qmake_build
|
|
USES= cmake:outsource desktop-file-utils
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= OtterBrowser
|
|
GH_PROJECT= otter-browser
|
|
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man
|
|
|
|
.include <bsd.port.mk>
|