pkgsrc/mail/ksmtp/Makefile
gutteridge 1e4ca2627d Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-08-11 05:08:00 +00:00

19 lines
537 B
Makefile

# $NetBSD: Makefile,v 1.23 2022/08/11 05:08:58 gutteridge Exp $
DISTNAME= ksmtp-${KAPPSVER}
PKGREVISION= 8
CATEGORIES= mail
HOMEPAGE= https://community.kde.org/KDE_PIM
COMMENT= Job-based library to send email through an SMTP server
LICENSE= gnu-lgpl-v2
.include "../../meta-pkgs/kde/applications.mk"
USE_TOOLS+= msgmerge
.include "../../devel/kio/buildlink3.mk"
.include "../../mail/kmime/buildlink3.mk"
.include "../../security/cyrus-sasl/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"