1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/math/tomsfastmath/Makefile
Martin Wilke ba1dfecac5 - Mark BROKEN for sparc64
Submitted by:	pointyhat via kris
2006-12-13 17:52:09 +00:00

35 lines
790 B
Makefile

# Ports collection makefile for: tomsfastmath
# Date created: 05 Aug 2005
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
PORTNAME= tomsfastmath
PORTVERSION= 0.10
CATEGORIES= math
MASTER_SITES= http://tfm.libtomcrypt.com/files/ \
http://www.atarininja.org/~wxs/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= miwi
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
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64 or sparc64
.endif
.include <bsd.port.post.mk>