be0a38288d
KMBox provides API to access emails in storages in the MBox format
16 lines
420 B
Makefile
16 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/11/17 05:38:04 markd Exp $
|
|
|
|
DISTNAME= kmbox-${KAPPSVER}
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= https://community.kde.org/KDE_PIM
|
|
COMMENT= Library for accessing mail storages in MBox format
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
.include "../../meta-pkgs/kde/applications.mk"
|
|
|
|
USE_TOOLS+= msgmerge
|
|
|
|
.include "../../mail/kmime/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|