aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorvg <vg@FreeBSD.org>2015-07-28 03:01:06 +0800
committervg <vg@FreeBSD.org>2015-07-28 03:01:06 +0800
commitb613ed4b96cbeb024c7d7f439608ac911c3562e7 (patch)
treef844343d652efec8b3ec0663dd93235088a09055 /graphics
parent1546979100063c209d665e3d01e1a3473b889417 (diff)
downloadfreebsd-ports-gnome-b613ed4b96cbeb024c7d7f439608ac911c3562e7.tar.gz
freebsd-ports-gnome-b613ed4b96cbeb024c7d7f439608ac911c3562e7.tar.zst
freebsd-ports-gnome-b613ed4b96cbeb024c7d7f439608ac911c3562e7.zip
- Add LICENSE_FILE.
- Use qt4-linguisttools instead of qt4-linguist for lrelease-qt4 (build stage only). - Remove qt4-xml and qt4-dbus from dependencies (unused); add qt4-corelib. - Add USES=desktop-file-utils (for qiviewer.desktop) - Mute post-configure target. - Bump PORTREVISION (dependency list was changed). PR: ports/201869 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qiviewer/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/qiviewer/Makefile b/graphics/qiviewer/Makefile
index 1c770a3a00f6..59bb982c3740 100644
--- a/graphics/qiviewer/Makefile
+++ b/graphics/qiviewer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qiviewer
PORTVERSION= 0.5.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
@@ -11,9 +11,10 @@ MAINTAINER= vg@FreeBSD.org
COMMENT= Fast and lightweight image viewer
LICENSE= GPLv2
+LICENSE_FILE= ${WRKDIR}/${PORTNAME}/COPYING
-USES= qmake tar:bzip2
-USE_QT4= gui xml dbus imageformats_run linguist_build \
+USES= desktop-file-utils qmake tar:bzip2
+USE_QT4= corelib gui imageformats_run linguisttools_build \
moc_build rcc_build uic_build
PLIST_FILES= bin/qiviewer \
@@ -29,7 +30,7 @@ WEBP_DESC= Support for WebP image format (experimental)
WEBP_QMAKE_ON= CONFIG+=enable-webp
post-configure:
- ${REINPLACE_CMD} -e 's|lrelease|lrelease-qt4|g' \
+ @${REINPLACE_CMD} -e 's|lrelease|lrelease-qt4|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>