freebsd-ports/math/pure-mpfr/Makefile
John Marino 8abe28e843 math/pure-mpfr: USES+= pkgconfig
Approved by:	bapt/culor (mentors, implicit) lichray (maintainer)
2013-08-14 14:58:37 +00:00

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>