mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
50130fcfc6
PR: ports/102230 Submitted by: Wesley Shields <wxs(at)atarininja.org> Approved by: krion (mentor)
27 lines
619 B
Makefile
27 lines
619 B
Makefile
# Ports collection makefile for: libtommath
|
|
# Date created: 05 Aug 2005
|
|
# Whom: Wesley Shields <wxs@csh.rit.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libtommath
|
|
PORTVERSION= 0.39
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://math.libtomcrypt.com/files/
|
|
DISTNAME= ltm-${PORTVERSION}
|
|
|
|
MAINTAINER= wxs@atarininja.org
|
|
COMMENT= Comprehensive, modular and portable mathematical routines
|
|
|
|
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>
|