1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/mailimporter/Makefile
Adriaan de Groot 09f5a2edb2 *: (KDE PIM) Reduce dependencies
- Boost is a build-dep for all of these ports, using header-only
  libraries; there **are** library-uses of Boost in KDE PIM, just
  not here.
- ECM is a build-dep that is not needed at runtime.
- Qt testlib is a build-dep.
2021-07-07 14:59:12 +02:00

28 lines
676 B
Makefile

PORTNAME= mailimporter
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Import mbox files to KMail
LICENSE= LGPL21
BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= archive config coreaddons i18n itemmodels \
ecm_build
# pim components
USE_KDE+= akonadi akonadimime libkdepim mime pimcommon
USE_QT= core gui uitools widgets xml \
buildtools_build qmake_build testlib_build
USE_LDCONFIG= yes
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>