freebsd-ports/math/libtommath/Makefile
Sergey Matveychuk 231f070d12 - Remove -O3 optimization from CFLAGS
PR:		ports/85608
Submitted by:	maintainer
2005-09-02 14:42:08 +00:00

24 lines
526 B
Makefile

# Ports collection makefile for: libtommath
# Date created: 05 Aug 2005
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
PORTNAME= libtommath
PORTVERSION= 0.36
PORTREVISION= 1
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>