pkgsrc/mail/libspf-alt/Makefile
joerg e24209d145 Add common handling for libresolv similiar to dlopen(3) wrapping.
For now, DragonFly and FreeBSD use the libc version, it is not reentrant,
but thread-safe. NetBSD 3.0+ and Darwin 8.0+ use libresolv from base
(the BIND9 resolver), all other fall back to net/bind9. Feel free to add
your favorite platform if it has a thread-safe resolver in base.

Modify mail/libspf-alf, mail/milter-greylist, mail/spamdyke and
net/nocol accordingly. Testing on !DragonFly and feedback from tron@
2007-07-03 13:54:45 +00:00

19 lines
502 B
Makefile

# $NetBSD: Makefile,v 1.15 2007/07/03 13:54:45 joerg Exp $
DISTNAME= libspf_alt-0.4.0
PKGREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://libspf2.org/
MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://libspf2.org/
COMMENT= Sender Permitted Framework (SPF) library
BUILDLINK_API_DEPENDS.bind+= bind>=9.2.3nb3
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--with-bind=${BUILDLINK_PREFIX.bind}
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/resolv.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"