forked from Lainports/freebsd-ports
- Switch to new test framework (note that test currently segfaults)
- Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
1a44f6a551
commit
099d7f84d2
2 changed files with 2 additions and 5 deletions
|
|
@ -27,6 +27,7 @@ USE_LDCONFIG= yes
|
|||
MAKE_FLAGS= INSTALLDIR=${STAGEDIR}${PREFIX} OS=freebsd ENV=gnu \
|
||||
FORTRAN=yes FC_freebsd=${F77}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
TEST_TARGET= test # XXX: test segfaults
|
||||
|
||||
WRKSRC= ${WRKDIR}/cdf${VER}-dist
|
||||
SUB_FILES= pkg-message
|
||||
|
|
@ -54,8 +55,4 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR}
|
||||
${SED} -i '' 's,${STAGEDIR},,g' ${STAGEDIR}${PREFIX}/bin/definitions.?
|
||||
|
||||
regression-test: build
|
||||
@${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \
|
||||
${MAKE_ARGS} test -C ${BUILD_WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ to CDF can be found in the CDF User's Guide.
|
|||
A comparison between CDF, netCDF, HDF and HDF5 is available at
|
||||
<http://cdf.gsfc.nasa.gov/html/FAQ.html>.
|
||||
|
||||
WWW: http://cdf.gsfc.nasa.gov/
|
||||
WWW: https://cdf.gsfc.nasa.gov/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue