aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gretl/Makefile
blob: bda9fa6e65a24cc184687c9b749fdd88b1f114cc (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
# ex:ts=8
# Ports collection makefile for:    gretl
# Date created:         Mar 22, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   gretl
PORTVERSION=    1.0.7
CATEGORIES= misc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Gnu Regression, Econometrics and Time-series Library

BUILD_DEPENDS=  gnuplot:${PORTSDIR}/math/gnuplot
LIB_DEPENDS=    lapack.3:${PORTSDIR}/math/lapack \
        gmp.6:${PORTSDIR}/math/libgmp4
RUN_DEPENDS=    gnuplot:${PORTSDIR}/math/gnuplot

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_GNOME=  gtk20 libxml2
USE_GMAKE=  yes
USE_AUTOCONF_VER=   253
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-static --enable-shared --with-gmake
INSTALLS_SHLIB= yes

MAN1=   gretl.1 gretl-config.1

.if defined(WITHOUT_GNOME2)
CONFIGURE_ARGS+=    --without-gnome
PLIST_SUB+= GNOME2:="@comment " DATADIR="share"
.else
USE_GNOME+= gnomeprefix libgnomeprintui libgnomeui
PLIST_SUB+= GNOME2:="" DATADIR="share/gnome"
.endif

.include <bsd.port.mk>