openbsd-ports/mail/milter-checkrcpt/Makefile
ajacoutot f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00

30 lines
662 B
Makefile

COMMENT= sendmail milter plugin for recipient checking
DISTNAME= milter-checkrcpt-0.3
REVISION= 4
CATEGORIES= mail
MASTER_SITES= http://www.benzedrine.ch/
HOMEPAGE= http://www.benzedrine.ch/milter-checkrcpt.html
MAINTAINER= Okan Demirmen <okan@openbsd.org>
# BSD
PERMIT_PACKAGE= Yes
WANTLIB= c milter pthread
LIB_DEPENDS= mail/sendmail,-libmilter
NO_TEST= Yes
MAKE_FLAGS= CPPFLAGS="-I${LOCALBASE}/include" \
CFLAGS="-Wall -Wstrict-prototypes ${CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/milter-checkrcpt ${PREFIX}/libexec
${INSTALL_MAN} ${WRKSRC}/milter-checkrcpt.8 ${PREFIX}/man/man8
.include <bsd.port.mk>