View | Details | Raw Unified | Return to bug 201869
Collapse All | Expand All

(-)graphics/qiviewer/Makefile (-4 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	qiviewer
4
PORTNAME=	qiviewer
5
PORTVERSION=	0.5.0
5
PORTVERSION=	0.5.0
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	GOOGLE_CODE
8
MASTER_SITES=	GOOGLE_CODE
9
9
Lines 11-19 Link Here
11
COMMENT=	Fast and lightweight image viewer
11
COMMENT=	Fast and lightweight image viewer
12
12
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKDIR}/${PORTNAME}/COPYING
14
15
15
USES=		qmake tar:bzip2
16
USES=		desktop-file-utils qmake tar:bzip2
16
USE_QT4=	gui xml dbus imageformats_run linguist_build \
17
USE_QT4=	corelib gui imageformats_run linguisttools_build \
17
		moc_build rcc_build uic_build
18
		moc_build rcc_build uic_build
18
19
19
PLIST_FILES=	bin/qiviewer \
20
PLIST_FILES=	bin/qiviewer \
Lines 29-35 Link Here
29
WEBP_QMAKE_ON=	CONFIG+=enable-webp
30
WEBP_QMAKE_ON=	CONFIG+=enable-webp
30
31
31
post-configure:
32
post-configure:
32
	${REINPLACE_CMD} -e 's|lrelease|lrelease-qt4|g' \
33
	@${REINPLACE_CMD} -e 's|lrelease|lrelease-qt4|g' \
33
		${WRKSRC}/Makefile
34
		${WRKSRC}/Makefile
34
35
35
.include <bsd.port.mk>
36
.include <bsd.port.mk>

Return to bug 201869