pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/qsmtp
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Jul 1 00:54:08 UTC 2025
Modified Files:
pkgsrc/mail/qsmtp: Makefile
Log Message:
qsmtp: switch to cmake/build.mk.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/qsmtp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/qsmtp/Makefile
diff -u pkgsrc/mail/qsmtp/Makefile:1.11 pkgsrc/mail/qsmtp/Makefile:1.12
--- pkgsrc/mail/qsmtp/Makefile:1.11 Sun Dec 8 23:08:15 2024
+++ pkgsrc/mail/qsmtp/Makefile Tue Jul 1 00:54:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/12/08 23:08:15 hgutch Exp $
+# $NetBSD: Makefile,v 1.12 2025/07/01 00:54:08 schmonz Exp $
DISTNAME= Qsmtp-0.39
PKGREVISION= 2
@@ -11,8 +11,7 @@ HOMEPAGE= https://opensource.sf-tec.de/
COMMENT= Drop-in replacement for qmail-smtpd and qmail-remote
LICENSE= gnu-gpl-v2
-USE_CMAKE= yes
-CMAKE_CONFIGURE_ARGS+= -DAUTOQMAIL=${QMAILDIR}
+CMAKE_CONFIGURE_ARGS+= -DAUTOQMAIL=${QMAILDIR}
CFLAGS.SunOS+= -D__EXTENSIONS__
@@ -20,6 +19,7 @@ BUILD_DEFS+= QMAILDIR
TEST_TARGET= test
+.include "../../devel/cmake/build.mk"
.include "../../devel/libowfat/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index