aboutsummaryrefslogtreecommitdiffstats
path: root/math/labplot/Makefile
blob: 6c776c7fdc83139eba30867a6582731867c594d0 (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
55
56
57
58
59
60
61
# New ports collection makefile for:    labplot
# Date created:             07 August 2004
# Whom:                 Kay Lehmann <kay_lehmann@web.de>
#
# $FreeBSD$
#

PORTNAME=   LabPlot
PORTVERSION=    1.5.1.5
PORTREVISION=   3
CATEGORIES= math kde
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=labplot

MAINTAINER= kay_lehmann@web.de
COMMENT=    LabPlot : Data analysis and visualisation

LIB_DEPENDS=    tiff.4:${PORTSDIR}/graphics/tiff \
        Magick.10:${PORTSDIR}/graphics/ImageMagick \
        audiofile.0:${PORTSDIR}/audio/libaudiofile \
        gsl.10:${PORTSDIR}/math/gsl \
        jasper.4:${PORTSDIR}/graphics/jasper \
        fftw3.4:${PORTSDIR}/math/fftw3 \
        netcdf:${PORTSDIR}/science/netcdf \
        qwtplot3d.0:${PORTSDIR}/math/qwtplot3d
RUN_DEPENDS=    pstoedit:${PORTSDIR}/graphics/pstoedit

#WRKSRC=        ${WRKDIR}/${PORTNAME}-1.5.0
CONFLICTS=  liborigin-[0-9]*

USE_QT_VER= 3
USE_KDELIBS_VER=3
USE_GL=     yes
USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool:15
USE_LDCONFIG=   yes
INSTALLS_ICONS= yes
USE_GETTEXT=    yes
LDCONFIG_DIRS+= %%PREFIX%%/lib
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/kexidb ${PTHREAD_CFLAGS}" \
        LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
CONFIGURE_ARGS+=--program-prefix='' --disable-cdf \
        --enable-system-qwtplot3d --enable-KexiDB=no

MAN1=       LabPlot.1 labplot.1

#This needs some more work before enabling this feature
#.if defined(WITH_VTK)
#LIB_DEPENDS+=  vtkRendering.1:${PORTSDIR}/math/vtk
#BUILD_DEPENDS+=    vtkRenderer.h:${PORTSDIR}/math/vtk-headers
#CFLAGS+=   ${PTHREAD_CLAGS} -I${LOCALBASE}/include/vtk
#LDFLAGS+=  ${PTHREAD_LIBS}
#CONFIGURE_ENV= CFLAGS="${CFLAGS}" \
#       LDFLAGS="${LDFLAGS}" \
#       CPPFLAGS="${CPPFLAGS}" \
#       CXXFLAGS="${CXXFLAGS}" \
#CONFIGURE_ENV+=    VTK_DIR=${LOCALBASE}
#CONFIGURE_ARGS+=   --enable-vtk
#.endif

.include <bsd.port.mk>