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