summaryrefslogtreecommitdiff
path: root/science/netcdf4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/netcdf4/Makefile')
-rw-r--r--science/netcdf4/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile
deleted file mode 100644
index e003cd84657c..000000000000
--- a/science/netcdf4/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: netcdf
-# Date created: 29 July 1999
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= netcdf
-PORTVERSION= 3.5b3
-CATEGORIES= math
-MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/
-DISTFILES= ${PORTNAME}-3.5-beta3.tar.Z
-
-MAINTAINER= ports@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-3.5-beta3/src
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran"
-
-MAN1= ncdump.1 ncgen.1
-MAN3= netcdf.3
-
-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 libnetcdf.so.1 ${PREFIX}/lib/libnetcdf.so
- ${INSTALL_DATA} ${WRKSRC}/cxx/libnetcdf_c++.so ${PREFIX}/lib/libnetcdf_c++.so.1
- ${LN} -sf libnetcdf_c++.so.1 ${PREFIX}/lib/libnetcdf_c++.so
-
-.include <bsd.port.mk>