aboutsummaryrefslogtreecommitdiffstats
path: root/science/dcl/Makefile
blob: 4e0e973b989ebf0cd3d672db93a1e3a357a680ad (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
40
41
42
43
44
45
# New ports collection makefile for:    DCL
# Date created:     30 January 2005
# Whom:         Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   dcl
PORTVERSION=    5.3.3
PORTREVISION=   2
CATEGORIES= science graphics
MASTER_SITES=   http://www.gfd-dennou.org/arch/dcl/ \
        http://dennou-h.gfd-dennou.org/arch/dcl/ \
        http://dennou-q.gfd-dennou.org/arch/dcl/

MAINTAINER= murashin@gfd-dennou.org
COMMENT=    Scientific graphic library for geoscience

USE_XORG=   x11 xext
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX} --disable-gtk2 --disable-gtk --with-x

WANT_FORTRAN=   yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC=     gfortran42
CONFIGURE_ENV+= FC="${FC}" FFLAGS="${FFLAGS}"

DOCFILES=   CHECK CREDITS HISTORY README README_clrmap README_gt2dlib \
        README_itr51 README_pslib README_umfmap

RESTRICTED= No commercial use

post-install:
.if !defined(NOPORTEXAMPLES)
    @${MKDIR} ${EXAMPLESDIR}
    (cd ${WRKSRC}/demo/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for i in ${DOCFILES}
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
.endif

.include <bsd.port.mk>