openbsd-ports/mail/libspf2/Makefile
sthen 21cdbc64e9 switch libspf2 to libbind; it requires either res_close (which our old resolver
supported but asr doesn't) or res_ninit (which neither asr nor our old resolver
support). While there, roll PFRAG.shared into PLIST and regen distinfo.
2013-04-06 19:32:32 +00:00

36 lines
683 B
Makefile

# $OpenBSD: Makefile,v 1.4 2013/04/06 19:32:32 sthen Exp $
COMMENT= SPF library
DISTNAME= libspf2-1.2.9
REVISION= 0
SHARED_LIBS += spf2 3.0 # 3.0
CATEGORIES= mail
HOMEPAGE= http://www.libspf2.org/
MASTER_SITES= ${HOMEPAGE}/spf/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= bind c pthread
MODULES= devel/gettext
# requires res_close() or res_ninit()
LIB_DEPENDS= net/libbind
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --bindir=${PREFIX}/libexec/libspf2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libbind" \
LDFLAGS="-L${LOCALBASE}/lib -lbind"
# broken test cases
NO_TEST= yes
.include <bsd.port.mk>