diff options
author | pav <pav@FreeBSD.org> | 2007-02-07 20:51:16 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-07 20:51:16 +0800 |
commit | f6a6d04338007f1fdd8d96544844588b14aac7ba (patch) | |
tree | c527fa951b87ff50665f4dc609c4ab7ec15d2144 /math/miracl/Makefile | |
parent | 06f9153916385c98f64148005b86425f23212270 (diff) | |
download | freebsd-ports-gnome-f6a6d04338007f1fdd8d96544844588b14aac7ba.tar.gz freebsd-ports-gnome-f6a6d04338007f1fdd8d96544844588b14aac7ba.tar.zst freebsd-ports-gnome-f6a6d04338007f1fdd8d96544844588b14aac7ba.zip |
- Update to 5.21
Diffstat (limited to 'math/miracl/Makefile')
-rw-r--r-- | math/miracl/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/math/miracl/Makefile b/math/miracl/Makefile index 7a5da12fd017..d734f2cbdf6b 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -6,28 +6,26 @@ # PORTNAME= miracl -DISTVERSION= 4.85 -PORTREVISION= 3 +PORTVERSION= 5.21 CATEGORIES= math -MASTER_SITES= ftp://ftp.computing.dcu.ie/pub/crypto/ \ - http://indigo.ie/~mscott/ +MASTER_SITES= ftp://ftp.computing.dcu.ie/pub/crypto/ DISTNAME= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Multiprecision Integer and Rational Arithmetic C/C++ Library USE_ZIP= yes -NO_WRKSUBDIR= ys +NO_WRKSUBDIR= yes EXTRACT_BEFORE_ARGS= -j -aa -L -PLIST_FILES= \ - lib/libmiracl.a +PLIST_FILES= lib/libmiracl.a .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Does not build on !i386" +BROKEN= Does not build on !i386 .endif post-patch: |