24 lines
663 B
Makefile
24 lines
663 B
Makefile
PORTNAME= peruse
|
|
DISTVERSION= 1.80
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Comic book viewer
|
|
WWW= https://peruse.kde.org/
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= cmake compiler:c++11-lang gl kde:5 pkgconfig qt:5 tar:xz xorg
|
|
USE_GL= gl
|
|
USE_KDE= archive attica baloo completion config coreaddons crash \
|
|
filemetadata guiaddons i18n iconthemes jobwidgets kdeclarative \
|
|
kio newstuff package service solid widgetsaddons windowsystem \
|
|
ecm:build
|
|
USE_QT= concurrent core dbus declarative gui network opengl sql \
|
|
widgets xml \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|