openbsd-ports/math/ntl/Makefile
reinhard 090c1d231e NTL is an object oriented library for number theory, written
by Victor Shoup.  It provides objects and methods for
        - arbitrary length integers
        - finite fields
        - polynomials over fields
        - extensions of fields.
 
NTL's lattice reduction code is also one of the best available anywhere, in
terms of both speed and robustness, and one of the few implementations of block
Korkin-Zolotarev reduction with the Schnorr-Horner pruning heuristic. It has
been used to "crack" several cryptosystems.

MAINTAINER=     Tom Knienieder <tom@knienieder.com>
2001-01-08 16:15:35 +00:00

25 lines
496 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/01/08 16:15:35 reinhard Exp $
DISTNAME= ntl-5.0c
CATEGORIES= math
NEED_VERSION= 1.348
MASTER_SITES= http://www.shoup.net/ntl/
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
HOMEPAGE= http://www.shoup.net/ntl/
MAINTAINER= Tom Knienieder <tom@knienieder.com>
WRKDIST= ${WRKDIR}/${DISTNAME}/src
CONFIGURE_STYLE= simple
pre-patch:
@mv ${WRKDIST}/makefile ${WRKDIST}/Makefile
.include <bsd.port.mk>