diff options
Diffstat (limited to 'science/hdf5/Makefile')
-rw-r--r-- | science/hdf5/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index a27f3ec..220d5de 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -3,7 +3,7 @@ # Date created: 17 November 1996 # Whom: mi # -# $Id: Makefile,v 1.3 1998/04/08 12:53:43 tg Exp $ +# $Id: Makefile,v 1.4 1998/06/04 23:18:46 steve Exp $ # DISTNAME= HDF4.1r2 @@ -18,12 +18,16 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes FC?= f77 # Can also be g77 for the newer one MAKE_FLAGS= CC="$(CC)" FC="${FC}" -f +MAKE_ENV= pwrkdir=${WRKDIR} +#"wrkdir" doesn't work for some reason in the above # This will create dummy Makefiles and some links in the jpeg and libz # subdirectories. This way, we do not need to hunt all the dependencies # out. Shame on the lib's developers, though, this can not be done through # `configure'. -mi pre-build: + ${AR} -r ${WRKDIR}/libz.a /dev/null + ${RANLIB} ${WRKDIR}/libz.a test -d ${WRKSRC}/hdf/jpeg.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/jpeg ${WRKSRC}/hdf/jpeg.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/jpeg |