b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
24 lines
651 B
Makefile
24 lines
651 B
Makefile
# Created by: Rusty Nejdl <rnejdl@ringofsaturn.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= showimage
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= https://dl.opendesktop.org/api/files/download/id/1482097460/ \
|
|
LOCAL/tcberner/showimage-0.10/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Simple KDE based image viewer
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake:outsource kde:5 qt:5 tar:bzip2
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons ecm i18n itemviews jobwidgets kio service solid \
|
|
widgetsaddons xmlgui
|
|
USE_QT= core dbus gui network xml widgets \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|