1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/math/libtommath/Makefile
Colin Percival 72cb5775db Mark math/libtommath, math/tomsfastmath, and security/libtomcrypt as
being unfetchable.  The author's domain name (libtomcrypt.org) expired
and was picked up by a cybersquatter, and the distfiles haven't been
mirrored by ftp.freebsd.org yet.

If anyone has a copy of the distfiles for any of these ports, please
send them to me so that I can host them and unbreak these ports.

Approved by:	flz
Discussed with:	maintainer
2006-02-19 23:45:51 +00:00

29 lines
643 B
Makefile

# Ports collection makefile for: libtommath
# Date created: 05 Aug 2005
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
PORTNAME= libtommath
PORTVERSION= 0.38
CATEGORIES= math
MASTER_SITES= http://math.libtomcrypt.org/files/
DISTNAME= ltm-${PORTVERSION}
MAINTAINER= wxs@csh.rit.edu
COMMENT= Comprehensive, modular and portable mathematical routines
BROKEN= "Does not fetch"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= makefile
USE_BZIP2= yes
USE_GMAKE= yes
ALL_TARGET= default
PLIST_FILES= include/tommath.h include/tommath_class.h \
include/tommath_superclass.h lib/libtommath.a
.include <bsd.port.mk>