aboutsummaryrefslogtreecommitdiffstats
path: root/math/pure-mpfr/Makefile
blob: 2770f416f0f6ff05be80060a0ec5d34d0a77f088 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$

PORTNAME=   pure-mpfr
PORTVERSION=    0.4
CATEGORIES= math

MAINTAINER= lichray@gmail.com
COMMENT=    Multiprecision floats for Pure

USE_PURE=   yes

PLIST_FILES=    lib/pure/mpfr.pure \
        lib/pure/mpfr.so

MAKE_ARGS+= libdir="${PREFIX}/lib"

.include "${.CURDIR}/../../lang/pure/bsd.pure.mk"
.include <bsd.port.mk>