mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. Add Szip support.
This commit is contained in:
parent
8e236791c0
commit
e0cccbfc3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131524
1 changed files with 4 additions and 2 deletions
|
@ -15,12 +15,14 @@ MAINTAINER= glewis@FreeBSD.org
|
||||||
COMMENT= Hierarchical Data Format library (from NCSA)
|
COMMENT= Hierarchical Data Format library (from NCSA)
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/bin/libtool15:${PORTSDIR}/devel/libtool15
|
BUILD_DEPENDS= ${LOCALBASE}/bin/libtool15:${PORTSDIR}/devel/libtool15
|
||||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||||
|
sz.2:${PORTSDIR}/science/szip
|
||||||
|
|
||||||
CONFLICTS= netcdf-*
|
CONFLICTS= netcdf-*
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+=--with-jpeg="${LOCALBASE}"
|
CONFIGURE_ARGS+=--with-jpeg="${LOCALBASE}" \
|
||||||
|
--with-szlib="${LOCALBASE}"
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1
|
MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue