17 lines
506 B
Makefile
17 lines
506 B
Makefile
# $NetBSD: builtin.mk,v 1.3 2011/09/14 17:18:29 hans Exp $
|
|
|
|
BUILTIN_PKG:= mpfr
|
|
|
|
PKGCONFIG_FILE.mpfr= /usr/include/mpfr.h /usr/include/mpfr/mpfr.h
|
|
PKGCONFIG_BASE.mpfr= /usr
|
|
|
|
BUILTIN_VERSION_SCRIPT.mpfr= ${AWK} \
|
|
'/\#define[ \t]*MPFR_VERSION_STRING[ \t]/ { \
|
|
v = substr($$3, 2, length($$3)-2) } \
|
|
END { gsub("-p",".",v); print v }'
|
|
|
|
.include "../../mk/buildlink3/pkgconfig-builtin.mk"
|
|
|
|
.if !empty(USE_BUILTIN.mpfr:M[Yy][Ee][Ss])
|
|
CONFIGURE_ARGS+= --with-mpfr-include=${FIND_FILES_mpfr:S/\/mpfr.h//}
|
|
.endif
|