aboutsummaryrefslogtreecommitdiffstats
path: root/math/libtommath/Makefile
blob: f57fa688cfc15d4fca0df95140f97b40a7fa64df (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
# Ports collection makefile for:  libtommath
# Date created:           05 Aug 2005
# Whom:               Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#

PORTNAME=   libtommath
PORTVERSION=    0.36
CATEGORIES= math
MASTER_SITES=   http://math.libtomcrypt.org/files/
DISTNAME=   ltm-${PORTVERSION}

MAINTAINER= wxs@csh.rit.edu
COMMENT=    Comprehensive, modular and portable mathematical routines

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE=   makefile
USE_BZIP2=  yes
USE_GMAKE=  yes
ALL_TARGET= default

.include <bsd.port.mk>