freebsd-ports/science/ruby-netcdf/Makefile
Philip M. Gollucci 3c4d5b6416 - update to 0.6.6
- add and update URLs of MASTER_SITES
- update author's email address
- use @dirrmtry
- change port category from math to science.

- Completes repo copy from math/ruby-netcdf -> science/ruby-netcdf

PR:             ports/165314
Submitted by:   Shin-ya Murakami <murashin@gfd-dennou.org>
2012-03-08 04:34:40 +00:00

40 lines
1.1 KiB
Makefile

# 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.6
CATEGORIES= science ruby
MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-netcdf/release/ \
http://dennou-h.gfd-dennou.org/library/ruby/products/ruby-netcdf/release/ \
http://dennou-q.gfd-dennou.org/library/ruby/products/ruby-netcdf/release/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= ruby@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>