8abe28e843
Approved by: bapt/culor (mentors, implicit) lichray (maintainer)
20 lines
380 B
Makefile
20 lines
380 B
Makefile
# 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
|
|
USES= pkgconfig
|
|
|
|
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>
|