aboutsummaryrefslogtreecommitdiffstats
path: root/science/gave/Makefile
blob: bbc8928d3a2073a1b31929269444b1c2db621133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    gave
# Date created:     14 March 2004
# Whom:         Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   gave
PORTVERSION=    1.0.0
CATEGORIES= science graphics ruby
MASTER_SITES=   http://www-mete.kugi.kyoto-u.ac.jp/seiya/tarball/
DIST_SUBDIR=    ruby

MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp
COMMENT=    A gtk+ based grid data analyser and viewer written in Ruby

RUN_DEPENDS=    ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \
        ${RUBY_SITEARCHLIBDIR}/numru/dcl_raw.so:${PORTSDIR}/science/ruby-dcl-gtk \
        ${RUBY_SITEARCHLIBDIR}/numru/netcdfraw.so:${PORTSDIR}/math/ruby-netcdf \
        ${RUBY_SITELIBDIR}/numru/gphys.rb:${PORTSDIR}/science/ruby-gphys

USE_RUBY=   yes
NO_BUILD=   yes

.if !defined(WITHOUT_GETTEXT)
RUN_DEPENDS+=   ${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext
.endif

do-install:
    @cd ${WRKSRC}/ && ${RUBY} ./install.rb --localedir=${PREFIX}/share/locale/

.include <bsd.port.mk>