9cc12990aa
The project is abandoned, Qt6 port is not usable.
28 lines
737 B
Makefile
28 lines
737 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
|
|
|
|
DEPRECATED= Abandoned, does not work with Qt6
|
|
EXPIRATION_DATE=2026-09-30
|
|
|
|
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>
|