aboutsummaryrefslogtreecommitdiff
path: root/mail/libspf-alt/Makefile
blob: 74d35a9982f26e91387da31c4a10833e82e5a078 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	libspf-alt
# Date created:				28 February 2004
# Whom:					Daniel Roethlisberger <daniel@roe.ch>
#
# $FreeBSD$
#

PORTNAME=		libspf-alt
PORTVERSION=		0.4.0
PORTREVISION=		1
CATEGORIES=		mail
MASTER_SITES=		http://libspf2.org/spf/
DISTNAME=		libspf_alt-${PORTVERSION}

MAINTAINER=		daniel@roe.ch
COMMENT=		Library that allows email systems such as Exim to check SPF records

DEPRECATED=		Superceded by mail/libspf2

GNU_CONFIGURE=		yes
USE_ICONV=		yes
USE_GETTEXT=		yes
INSTALLS_SHLIB=		yes

CPPFLAGS+=		${PTHREAD_CFLAGS} \
			-I${LOCALBASE}/include
LDFLAGS+=		-L${LOCALBASE}/lib

CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=		CPPFLAGS="${CPPFLAGS}" \
			LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS=		--program-transform-name=s,^spf,spf_alt,

.include <bsd.port.mk>