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
23 lines
501 B
Makefile
23 lines
501 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kchmviewer
|
|
PORTVERSION= 7.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE viewer for CHM files
|
|
|
|
LIB_DEPENDS= libchm.so:misc/chmlib \
|
|
libzip.so:archivers/libzip
|
|
|
|
USES= dos2unix qmake:outsource qt:5
|
|
USE_QT= core dbus gui network printsupport webkit widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= x11
|
|
|
|
DOS2UNIX_GLOB= *.cpp *.h *.pro *.ui
|
|
|
|
.include <bsd.port.mk>
|