# Ports collection makefile for:  tomsfastmath
# Date created:			  05 Aug 2005
# Whom:				  Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD: ports/math/tomsfastmath/Makefile,v 1.16 2006/09/17 20:08:16 kris Exp $
#

PORTNAME=	tomsfastmath
PORTVERSION=	0.09
CATEGORIES=	math
MASTER_SITES=	http://libtomcrypt.com/tfm/files/ \
		http://www.atarininja.org/~wxs/distfiles/
DISTNAME=	tfm-${PORTVERSION}

MAINTAINER=	wxs@atarininja.org
COMMENT=	Portable fixed precision math library for fast exponentiations

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE=	makefile
USE_BZIP2=	yes
USE_GMAKE=	yes
ALL_TARGET=	default

PLIST_FILES=	include/tfm.h lib/libtfm.a

NOT_FOR_ARCHS=	ia64
NOT_FOR_ARCHS_REASON_ia64=	fails to compile

.include <bsd.port.mk>
