diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-28 16:31:18 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-28 16:31:18 +0000 |
commit | d03c908f0d623667bfb7d38366b73a868879dca4 (patch) | |
tree | 45b4c3b48bdbdaf2b46d4c7ae21aa25358cdaae9 /math/libgmp/Makefile | |
parent | c420e56452f3363f309a2b5288b6cf3832d0e3fa (diff) | |
download | ports-d03c908f0d623667bfb7d38366b73a868879dca4.tar.gz ports-d03c908f0d623667bfb7d38366b73a868879dca4.zip |
Add libgmp 2001.08.07, a library for arbitrary precision arithmetic.
Note: This package contains version the the library just before it was
removed from the FreeBSD base system (5-CURRENT, mid-August 2001) and it is
provided solely for compatibility with packages that require it.
Notes
Notes:
svn path=/head/; revision=47025
Diffstat (limited to 'math/libgmp/Makefile')
-rw-r--r-- | math/libgmp/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/math/libgmp/Makefile b/math/libgmp/Makefile new file mode 100644 index 000000000000..caad5b6797fa --- /dev/null +++ b/math/libgmp/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: libgmp +# Date created: 28 August 2001 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libgmp +PORTVERSION= 2001.08.07 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sobomax + +MAINTAINER= ports@FreeBSD.org + +USE_BZIP2= yes +INSTALLS_SHLIB= yes +MAKE_FLAGS= INCDIR=${PREFIX}/include \ + LIBDIR=${PREFIX}/lib \ + INFODIR=${PREFIX}/info + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= "is in the base system" +.endif + +.include <bsd.port.post.mk> |