1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/graphics/showimage/Makefile
Tobias C. Berner b9f3ab56bf Update graphics/showimage to 0.10 and take maintainership.
Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor), mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10191
2017-03-31 10:33:37 +00:00

24 lines
646 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 tar:bzip2
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n itemviews jobwidgets kio service solid \
widgetsaddons xmlgui
USE_QT5= core dbus gui network xml widgets \
buildtools_build qmake_build
.include <bsd.port.mk>