1bae556a1c
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5 after the removal of zip_archive_set_tempdir(). All dependent ports continue to build fine without that symbol. PR: 222638
23 lines
496 B
Makefile
23 lines
496 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
|
|
USE_QT5= 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>
|