mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip - Use MAKE_CMD
This commit is contained in:
parent
7645bf0c5c
commit
05f5fc5134
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361252
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= hdf
|
||||
DISTVERSION= 4.2.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= science archivers graphics
|
||||
MASTER_SITES= http://www.hdfgroup.org/ftp/HDF/releases/%SUBDIR%/
|
||||
@ -17,12 +17,12 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
|
||||
CONFLICTS= netcdf-*
|
||||
|
||||
USES= fortran
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-jpeg="${LOCALBASE}" \
|
||||
--with-szlib="${LOCALBASE}" \
|
||||
--enable-shared
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= fortran libtool tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
BROKEN_powerpc= Does not compile on powerpc
|
||||
@ -36,6 +36,7 @@ post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/man/gr_chunk.3 ${STAGEDIR}${MAN3PREFIX}/man/man3
|
||||
|
||||
check regression-test test: build
|
||||
${MAKE} -C ${WRKSRC}/hdf/test check
|
||||
@(cd ${WRKSRC}/hdf/test && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
|
||||
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -82,14 +82,14 @@ include/tbbt.h
|
||||
include/vattr.h
|
||||
include/vg.h
|
||||
lib/libdf.a
|
||||
lib/libdf.la
|
||||
lib/libdf.so
|
||||
lib/libdf.so.2
|
||||
lib/libdf.so.2.0.0
|
||||
lib/libhdf4.settings
|
||||
lib/libmfhdf.a
|
||||
lib/libmfhdf.la
|
||||
lib/libmfhdf.so
|
||||
lib/libmfhdf.so.3
|
||||
lib/libmfhdf.so.3.0.0
|
||||
man/man1/hdf.1.gz
|
||||
man/man1/hdfunpac.1.gz
|
||||
man/man1/ncdump.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user