b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
27 lines
653 B
Makefile
27 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.36 2020/01/18 23:32:49 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= spamass-milter-0.4.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://savannah.nongnu.org/download/spamass-milt/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= https://savannah.nongnu.org/projects/spamass-milt/
|
|
COMMENT= Milter interface to Spamassassin
|
|
|
|
LICENSE= original-bsd
|
|
|
|
DEPENDS+= spamassassin>=2.44:../../mail/spamassassin
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
|
|
CPPFLAGS.SunOS+= -Du_int8_t=uint8_t
|
|
|
|
RCD_SCRIPTS= spamass-milter
|
|
SMF_METHODS= spamass-milter
|
|
|
|
.include "../../mail/libmilter/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|