freebsd-ports/math/libtommath/Makefile
Cheng-Lung Sung b07859b143 - Update to 0.41
PR:		ports/110549
Submitted by:	Brenton Chang <brenton dot chang_AT_gmail dot com>
Approved by:	maintainer (Wesley Shields)
2007-03-21 08:18:06 +00:00

27 lines
655 B
Makefile

# Ports collection makefile for: libtommath
# Date created: 05 Aug 2005
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
PORTNAME= libtommath
PORTVERSION= 0.41
CATEGORIES= math
MASTER_SITES= http://libtom.org/files/ \
http://www.atarininja.org/~wxs/distfiles/
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>