aboutsummaryrefslogtreecommitdiffstats
path: root/science/cdcl/Makefile
blob: a7bcdf1a88381244167b3cf7456018265326593c (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
46
47
48
49
50
51
52
53
54
# Created by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
# $FreeBSD$

PORTNAME=   cdcl
PORTVERSION=    5.4.7
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/
DISTNAME=   dcl-${PORTVERSION}-C

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

USES=       pkgconfig
USE_GCC=    any
USE_XORG=   x11 xext
USE_GNOME=  gtk20 gdkpixbuf2
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-x --enable-shared

PLIST_SUB=  DCL_VERSION=${PORTVERSION:S/.//g}

MAKE_JOBS_UNSAFE=   yes

NO_STAGE=   yes
.include <bsd.port.pre.mk>

BINARIES=   cdclcmap cdclclr cdcldate cdcldbs cdclexec cdclfont \
        cdclpara cdcltone cdcltrf cdclver
PORTDOCS=   CHECK CREDITS HISTORY README
PORTEXAMPLES=   *

RESTRICTED= No commercial use

post-configure:
    @${REINPLACE_CMD} -e 's|$$(DCLLANG)dcl$$(DCLVERNUM)|$$(DCLLANG)dcl|' ${WRKSRC}/Mkinclude

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

.include <bsd.port.post.mk>