summaryrefslogtreecommitdiff
path: root/math/cmh/Makefile
blob: c9f135865738bc102cd0ba8abe2475566ea0e37f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

PORTNAME=	cmh
DISTVERSION=	1.1.0
PORTREVISION=	1
CATEGORIES=	math
MASTER_SITES=	http://www.multiprecision.org/downloads/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Compute Igusa class polynomials

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libfplll.so:math/fplll \
		libgmp.so:math/gmp \
		libmpc.so:math/mpc \
		libmpfr.so:math/mpfr \
		libmpfrcx.so:math/mpfrcx \
		libpari.so:math/pari
RUN_DEPENDS=	bash:shells/bash

USES=		autoreconf gmake libtool localbase shebangfix
USE_LDCONFIG=	yes

SHEBANG_FILES=	scripts/cmh-classpol.sh.in

GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip

INFO=		cm

.include <bsd.port.mk>