freebsd-ports/textproc/kdiff3/Makefile
Adriaan de Groot 02c0020e3b *: (KDE applications) Boost is a build-dep
- after dropping Boost as a lib-dep of KDE frameworks,
  chase KDE applications that depend on boost's implicit
  presence during the build and give them an explicit
  build-dep on one of the Boost headers.
2021-07-06 22:32:49 +02:00

27 lines
751 B
Makefile

PORTNAME= kdiff3
DISTVERSION= 1.9.2
PORTREVISION= 2
CATEGORIES= textproc kde
MASTER_SITES= KDE/stable/${PORTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE graphical frontend for diff
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm i18n iconthemes jobwidgets kio \
parts service sonnet textwidgets widgetsaddons windowsystem \
xmlgui \
doctools_build
USE_QT= concurrent core dbus gui network printsupport widgets xml \
buildtools_build qmake_build
OPTIONS_DEFINE= DOCS
DOCSDIR_REL= share/doc/HTML
.include <bsd.port.mk>