1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/hdf/files/Makefile

17 lines
302 B
Makefile
Raw Normal View History

# $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>