freebsd-ports/mail/libspf2/Makefile
Sunpoet Po-Chuan Hsieh d64886fbca - Fix build with clang
PR:		ports/164974
Submitted by:	James Kelly <james@hicag.org>
2012-02-12 03:38:52 +00:00

28 lines
634 B
Makefile

# New ports collection makefile for: libspf2
# Date created: 07 July 2004
# Whom: snowchyld
#
# $FreeBSD$
#
PORTNAME= libspf2
PORTVERSION= 1.2.9
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.libspf2.org/spf/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sender Rewriting Scheme 2 C Implementation
CONFLICTS= ${PORTNAME}-1.0.*
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/__VA_ARGS__/ s|format, ||g' ${WRKSRC}/src/include/spf_log.h
.include <bsd.port.mk>