freebsd-ports/mail/libspf2-10/Makefile
Marcus Alves Grando df50621e7f - Fix build on 6.x using libtool from ports. Maybe 5.x and 4.x too.
Notified by:	Alan Batie <alan___batie.org>
2006-09-10 05:11:00 +00:00

27 lines
589 B
Makefile

# New ports collection makefile for: libspf2
# Date created: 07 July 2004
# Whom: snowchyld
#
# $FreeBSD$
#
PORTNAME= libspf2
PORTVERSION= 1.0.4
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.2.*
LATEST_LINK= ${PORTNAME}-${PORTVERSION:S/.//:R}
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>