mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
e9c54a7558
These ports use KDE Frameworks and require kdoctools to build. Since that is no longer an implicit build & run dependency, (re)introduce it explicitly as a build-time dependency.
25 lines
695 B
Makefile
25 lines
695 B
Makefile
# Created by: Rusty Nejdl <rnejdl@ringofsaturn.com>
|
|
|
|
PORTNAME= showimage
|
|
PORTVERSION= 1.10
|
|
PORTREVISION= 4
|
|
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 compiler:c++11-lang kde:5 qt:5 tar:bzip2
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons ecm i18n itemviews jobwidgets kio service solid \
|
|
widgetsaddons xmlgui \
|
|
doctools_build
|
|
USE_QT= concurrent core dbus gui network xml widgets \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|