freebsd-ports/mail/libspf-alt/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

35 lines
853 B
Makefile

# 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= 2
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
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_ICONV= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
CPPFLAGS+= ${PTHREAD_CFLAGS} \
-I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --program-transform-name=s,^spf,spf_alt,
.include <bsd.port.mk>