mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
61d3e67655
devel/pure-readline: A readline interface for the Pure language devel/pure-stldict: Pure interface to C++ STL map/unordered_map devel/pure-stlvec: Pure interface to C++ STL vector math/pure-mpfr: Multiprecision floats for Pure x11-toolkits/pure-tk: A basic interface between Pure and Tcl/Tk PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com>
25 lines
465 B
Makefile
25 lines
465 B
Makefile
# New ports collection makefile for: pure-mpfr
|
|
# Date created: 2011-10-19
|
|
# Whom: 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 <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
|
|
.include <bsd.port.post.mk>
|