- many portability fixes for BSD like systems - Qremote: allow the SSL key to be stored independent of the certificate
22 lines
540 B
Makefile
22 lines
540 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/10/10 10:01:38 schmonz Exp $
|
|
|
|
DISTNAME= Qsmtp-0.38
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= https://opensource.sf-tec.de/Qsmtp/
|
|
COMMENT= Drop-in replacement for qmail-smtpd and qmail-remote
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
CMAKE_ARGS+= -DAUTOQMAIL=${QMAILDIR}
|
|
|
|
BUILD_DEFS+= QMAILDIR
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "../../devel/libowfat/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|