bf026995fe
PR: ports/149102 Submitted by: Frederic Culot <frederic@culot.org>
27 lines
630 B
Makefile
27 lines
630 B
Makefile
# Ports collection makefile for: libtommath
|
|
# Date created: 05 Aug 2005
|
|
# Whom: Wesley Shields <wxs@csh.rit.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libtommath
|
|
PORTVERSION= 0.42.0
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://libtom.org/files/
|
|
DISTNAME= ltm-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Comprehensive, modular and portable mathematical routines
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
MAKEFILE= makefile
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= default
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PLIST_FILES= include/tommath.h include/tommath_class.h \
|
|
include/tommath_superclass.h lib/libtommath.a
|
|
|
|
.include <bsd.port.mk>
|