2004-07-16 19:44:14 +00:00
|
|
|
# New ports collection makefile for: libspf2
|
|
|
|
# Date created: 07 July 2004
|
|
|
|
# Whom: snowchyld
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-10-17 01:54:39 +00:00
|
|
|
PORTNAME= libspf2
|
2009-02-22 22:41:18 +00:00
|
|
|
PORTVERSION= 1.2.9
|
2005-10-17 01:54:39 +00:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www.libspf2.org/%SUBDIR%/
|
2004-07-16 19:44:14 +00:00
|
|
|
MASTER_SITE_SUBDIR= spf
|
|
|
|
|
2005-10-17 01:54:39 +00:00
|
|
|
MAINTAINER= mnag@FreeBSD.org
|
|
|
|
COMMENT= Sender Rewriting Scheme 2 C Implementation
|
2004-07-16 19:44:14 +00:00
|
|
|
|
2005-10-17 01:54:39 +00:00
|
|
|
CONFLICTS= ${PORTNAME}-1.0.*
|
2005-09-11 21:26:39 +00:00
|
|
|
|
2007-02-01 02:42:05 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-12-13 02:57:08 +00:00
|
|
|
USE_LDCONFIG= yes
|
2005-10-17 01:54:39 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-07-16 19:44:14 +00:00
|
|
|
|
2005-10-17 01:54:39 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2004-07-16 19:44:14 +00:00
|
|
|
.include <bsd.port.mk>
|