freebsd-ports/mail/libspf2/Makefile
Marcus Alves Grando d3790a5ced - Fix a bug which cause signal 6 in milter-greylist.
- Fix other bug on IP6.
- Bump PORTREVISION.

Submitted by:	ume
2009-12-04 14:00:51 +00:00

28 lines
565 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/%SUBDIR%/
MASTER_SITE_SUBDIR= spf
MAINTAINER= mnag@FreeBSD.org
COMMENT= Sender Rewriting Scheme 2 C Implementation
CONFLICTS= ${PORTNAME}-1.0.*
USE_AUTOTOOLS= libtool:22
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \
${WRKSRC}/configure
.include <bsd.port.mk>