Lines 7-13
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= netcdf |
8 |
PORTNAME= netcdf |
9 |
PORTVERSION= 3.6.3 |
9 |
PORTVERSION= 3.6.3 |
10 |
PORTREVISION= 3 |
10 |
PORTREVISION= 4 |
11 |
CATEGORIES= science |
11 |
CATEGORIES= science |
12 |
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ |
12 |
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ |
13 |
http://sunpoet.net/distfiles/ |
13 |
http://sunpoet.net/distfiles/ |
Lines 32-37
Link Here
|
32 |
|
32 |
|
33 |
OPTIONS= FORTRAN "Build library for Fortran" off |
33 |
OPTIONS= FORTRAN "Build library for Fortran" off |
34 |
|
34 |
|
|
|
35 |
.include <bsd.port.pre.mk> |
36 |
|
35 |
.if !defined(NOPORTDOCS) |
37 |
.if !defined(NOPORTDOCS) |
36 |
CONFIGURE_ARGS+=--enable-docs-install |
38 |
CONFIGURE_ARGS+=--enable-docs-install |
37 |
.else |
39 |
.else |
Lines 69-72
Link Here
|
69 |
regression-test: build |
71 |
regression-test: build |
70 |
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check |
72 |
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check |
71 |
|
73 |
|
72 |
.include <bsd.port.mk> |
74 |
.include <bsd.port.post.mk> |