mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
366790689c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'd'.
24 lines
525 B
Makefile
24 lines
525 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kchmviewer
|
|
PORTVERSION= 7.7
|
|
PORTREVISION= 4
|
|
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= compiler:c++11-lang dos2unix qmake:outsource qt:5 xorg
|
|
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>
|