diff options
author | tg <tg@FreeBSD.org> | 1999-07-30 22:12:53 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-07-30 22:12:53 +0800 |
commit | 60df73c0e5a84eb88f2221197890a3520b13682a (patch) | |
tree | f29d5c7bba4b7792a7e3accf8709c78f635dcb74 /science/netcdf/pkg-plist | |
parent | 9de7dc5950da27c306a15f33b0625dee7cf7afe8 (diff) | |
download | freebsd-ports-gnome-60df73c0e5a84eb88f2221197890a3520b13682a.tar.gz freebsd-ports-gnome-60df73c0e5a84eb88f2221197890a3520b13682a.tar.zst freebsd-ports-gnome-60df73c0e5a84eb88f2221197890a3520b13682a.zip |
New port netcdf. The NetCDF (network Common Data Form) is a library
supporting the creation, access, and sharing of scientific data.
Diffstat (limited to 'science/netcdf/pkg-plist')
-rw-r--r-- | science/netcdf/pkg-plist | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/science/netcdf/pkg-plist b/science/netcdf/pkg-plist new file mode 100644 index 000000000000..1d84bd6662c3 --- /dev/null +++ b/science/netcdf/pkg-plist @@ -0,0 +1,15 @@ +bin/ncdump +bin/ncgen +include/ncvalues.h +include/netcdf.h +include/netcdf.hh +include/netcdf.inc +include/netcdfcpp.h +lib/libnetcdf.a +lib/libnetcdf.so +lib/libnetcdf.so.1 +lib/libnetcdf_c++.a +lib/libnetcdf_c++.so +lib/libnetcdf_c++.so.1 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |