freebsd-ports/math/tomsfastmath/Makefile
Sam Lawrance ffb8d81b53 Mark BROKEN on sparc64 until maintainer can look at it
PR:		ports/85884
Submitted by:	Wesley Shields <wxs@csh.rit.edu> (maintainer)
2005-09-09 15:20:59 +00:00

34 lines
732 B
Makefile

# Ports collection makefile for: tomsfastmath
# Date created: 05 Aug 2005
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
PORTNAME= tomsfastmath
PORTVERSION= 0.05
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://libtomcrypt.org/tfm/files/
DISTNAME= tfm-${PORTVERSION}
MAINTAINER= wxs@csh.rit.edu
COMMENT= Portable fixed precision math library for fast exponentiations
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= makefile
USE_BZIP2= yes
USE_GMAKE= yes
ALL_TARGET= default
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not build on sparc64"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|
||' ${WRKSRC}/fp_montgomery_reduce.c
.include <bsd.port.post.mk>