Add MAKE_JOBS_UNSAFE=yes to fix build:
nifti_stats.c:2:22: error: nifticdf.h: No such file or directory
nifti_stats.c: In function 'main':
nifti_stats.c:30: error: 'inam' undeclared (first use in this function)
nifti_stats.c:30: error: (Each undeclared identifier is reported only once
nifti_stats.c:30: error: for each function it appears in.)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20500
This makes it possible to use those libraries with shared libraries on at least
amd64.
While here, set LICENSE and drop MAKE_JOBS_UNSAFE.
PR: 209982
Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer)
MFH: 2016Q4
as a short-term measure to facilitate inter-operation of functional MRI
data analysis software packages.
WWW: http://nifti.nimh.nih.gov/
PR: ports/112183
Submitted by: Jason W. Bacon