freebsd-ports/deskutils/kchmviewer/Makefile
Niclas Zeising 366790689c Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
2019-11-04 22:20:30 +00:00

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>