blob: 4365fb24df4715f64fbc93881991e8f5f258bd38 (
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
|
# $FreeBSD$
PORTNAME= peruse
DISTVERSION= 1.2-186
DISTVERSIONSUFFIX= -g4982089
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= Comic book viewer
LICENSE= LGPL21
USES= cmake compiler:c++11-lang pkgconfig kde:5 qt:5 tar:xz
USE_GITHUB= yes
GH_ACCOUNT= KDE
USE_KDE= archive baloo completion config coreaddons ecm filemetadata i18n \
iconthemes jobwidgets kdeclarative kio package service \
widgetsaddons
USE_QT= concurrent core dbus declarative gui network opengl sql widgets \
buildtools_build qmake_build
.include <bsd.port.mk>
|