freebsd-ports/math/tomsfastmath/Makefile
Martin Wilke e9ed236366 - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-26 12:28:33 +00:00

29 lines
654 B
Makefile

# $FreeBSD$
PORTNAME= tomsfastmath
PORTVERSION= 0.12
CATEGORIES= math
MASTER_SITES= http://libtom.org/files/
MASTER_SITE_SUBDIR= miwi
DISTNAME= tfm-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable fixed precision math library for fast exponentiations
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= makefile
USES= gmake tar:bzip2
ALL_TARGET= default
PLIST_FILES= include/tfm.h lib/libtfm.a
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64 or sparc64
.elif ${ARCH} == "powerpc"
BROKEN= Causes gcc coredump on powerpc
.endif
.include <bsd.port.post.mk>