diff options
Diffstat (limited to 'science/hdf5-18/files/Makefile')
-rw-r--r-- | science/hdf5-18/files/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/science/hdf5-18/files/Makefile b/science/hdf5-18/files/Makefile new file mode 100644 index 000000000000..0dc23c19cf80 --- /dev/null +++ b/science/hdf5-18/files/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +SUBDIR = hdf mfhdf man +#PREFIX ?= /usr/local +LIBDIR ?= ${PREFIX}/lib +BINDIR ?= ${PREFIX}/bin + +.MAKEFLAGS: PREFIX=${PREFIX} LIBDIR=${LIBDIR} BINDIR=${BINDIR} + +test: all + # testing in hdf + @cd hdf && ${MAKE} hdf-test + # testing in mfhdf + @cd mfhdf && ${MAKE} test + +.include <bsd.subdir.mk> |