diff options
Diffstat (limited to 'science/netcdf4')
-rw-r--r-- | science/netcdf4/Makefile | 37 | ||||
-rw-r--r-- | science/netcdf4/distinfo | 1 | ||||
-rw-r--r-- | science/netcdf4/pkg-comment | 1 | ||||
-rw-r--r-- | science/netcdf4/pkg-descr | 9 | ||||
-rw-r--r-- | science/netcdf4/pkg-plist | 15 |
5 files changed, 0 insertions, 63 deletions
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile deleted file mode 100644 index 20d951a2a534..000000000000 --- a/science/netcdf4/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: netcdf -# Version required: 3.5-beta2 -# Date created: 29 July 1999 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= netcdf-3.5-beta2 -PKGNAME= netcdf-3.5b2 -CATEGORIES= math -MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/ -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ports@FreeBSD.org - -WRKSRC= ${WRKDIR}/netcdf-3.5/src -GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC -DPIC -Df2cFortran" - -MAN1= ncdump.1 ncgen.1 -MAN3= netcdf.3 netcdf.3f - -post-build: - @(cd ${WRKSRC}/libsrc && \ - ${SETENV} ${MAKE_ENV} ${MAKE} linux_shared_library) - @(cd ${WRKSRC}/cxx && \ - ${SETENV} ${MAKE_ENV} ${MAKE} linux_shared_library) - -post-install: - ${INSTALL_DATA} ${WRKSRC}/libsrc/libnetcdf.so ${PREFIX}/lib/libnetcdf.so.1 - ${LN} -sf ${PREFIX}/lib/libnetcdf.so.1 ${PREFIX}/lib/libnetcdf.so - ${INSTALL_DATA} ${WRKSRC}/cxx/libnetcdf_c++.so ${PREFIX}/lib/libnetcdf_c++.so.1 - ${LN} -sf ${PREFIX}/lib/libnetcdf_c++.so.1 ${PREFIX}/lib/libnetcdf_c++.so - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.mk> diff --git a/science/netcdf4/distinfo b/science/netcdf4/distinfo deleted file mode 100644 index 31e774d392c4..000000000000 --- a/science/netcdf4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (netcdf-3.5-beta2.tar.Z) = 4a14728e5eecf6479095c9d625507f4a diff --git a/science/netcdf4/pkg-comment b/science/netcdf4/pkg-comment deleted file mode 100644 index 15d74d212321..000000000000 --- a/science/netcdf4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Library for machine-independent, array-oriented data access diff --git a/science/netcdf4/pkg-descr b/science/netcdf4/pkg-descr deleted file mode 100644 index a8ab96607da6..000000000000 --- a/science/netcdf4/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -NetCDF (network Common Data Form) is an interface for array-oriented -data access and a library that provides an implementation of the -interface. The netCDF library also defines a machine-independent -format for representing scientific data. Together, the interface, -library, and format support the creation, access, and sharing of -scientific data. The netCDF software was developed at the Unidata -Program Center in Boulder, Colorado. - -WWW: http://www.unidata.ucar.edu/packages/netcdf/ diff --git a/science/netcdf4/pkg-plist b/science/netcdf4/pkg-plist deleted file mode 100644 index 1d84bd6662c3..000000000000 --- a/science/netcdf4/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -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 |