aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-NetCDF/Makefile
blob: 5ca438acc243ededa674115a53abd2e2745c4d75 (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
33
34
35
36
37
38
39
# New ports collection makefile for:    p5-NetCDF
# Date created:             2003-11-17
# Whom:                     Douglas K. Rand (rand@meridian-enviro.com)
#
# $FreeBSD$
#

PORTNAME=   NetCDF
PORTVERSION=    1.2.4
PORTREVISION=   1
CATEGORIES= math perl5
MASTER_SITES=   ftp://ftp.unidata.ucar.edu/pub/netcdf-perl/
PKGNAMEPREFIX=  p5-
DISTNAME=   netcdf-perl-${PORTVERSION}

MAINTAINER= rand@meridian-enviro.com
COMMENT=    Perl5 module to read and write netCDF files

NETCDF_VER?=    4

.if (${NETCDF_VER} == 4)
LIB_DEPENDS=    netcdf.7:${PORTSDIR}/science/netcdf4
.else
LIB_DEPENDS=    netcdf.4:${PORTSDIR}/science/netcdf
.endif

USE_PERL5=  yes

WRKSRC=     ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPP_NETCDF=-I${LOCALBASE}/include LD_NETCDF=-lnetcdf \
        PERL_MANDIR=${MAN1PREFIX}/man PERL=${PERL5}

MAN1=       netCDFPerl.1

pre-install:
    @${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' ${WRKSRC}/perl/Makefile

.include <bsd.port.mk>