diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /science/ruby-netcdf/Makefile | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'science/ruby-netcdf/Makefile')
-rw-r--r-- | science/ruby-netcdf/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/science/ruby-netcdf/Makefile b/science/ruby-netcdf/Makefile deleted file mode 100644 index d63a0c8aea86..000000000000 --- a/science/ruby-netcdf/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: RubyNetCDF -# Date created: 11 June 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= netcdf -PORTVERSION= 0.6.3 -CATEGORIES= math ruby -MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-netcdf/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Ruby interface to the NetCDF scientific IO library - -BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray -LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -DOCS= ChangeLog ToDo doc/* - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/demo/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> |