blob: 7b42411d2b40e0f339829911b1dc8c7c8ead12c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Ports collection makefile for: tomsfastmath
# Date created: 05 Aug 2005
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
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>
|