mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
72cb5775db
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
29 lines
643 B
Makefile
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>
|