blob: 6ca685a29093b0070fe5283049421fbbe61f1fa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= netcdf-fortran
PORTVERSION= 4.5.4
CATEGORIES= science
MASTER_SITES= https://downloads.unidata.ucar.edu/netcdf-fortran/${PORTVERSION}/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fortran library for machine-independent, array-oriented data access
LICENSE= UCAR_UNIDATA
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_NAME= University Corporation for Atmospheric Research/Unidata
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= netcdf>=4.7.4:science/netcdf
LIB_DEPENDS= libnetcdf.so:science/netcdf
USES= fortran gmake libtool localbase makeinfo pathfix
CPPFLAGS+= -fPIC -DPIC -DgFortran
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
MAKE_ENV= MAKEINFOFLAGS=--no-split
MAKE_JOBS_UNSAFE= yes
TEST_TARGET= check
USE_LDCONFIG= yes
.include <bsd.port.mk>
|