Files
ports/net/kmime/Makefile
T
2026-07-09 21:16:17 +03:00

26 lines
527 B
Makefile

PORTNAME= kmime
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Library for handling MIME data
WWW= https://www.kde.org/
LICENSE= LGPL21
CONFLICTS= kf6-kmime
BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
USES= cmake compiler:c++11-lib gettext kde:6 qt:6 tar:xz
USE_KDE= codecs \
ecm:build
USE_QT= base
USE_LDCONFIG= yes
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>