summaryrefslogtreecommitdiff
path: root/graphics/gnuplot/Makefile
blob: c1ecd8260ae3be92f91b7dd00ea625c772b1996b (plain)
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
# $NetBSD: Makefile,v 1.17 2003/03/05 14:01:25 wiz Exp $
#

DISTNAME=	gnuplot-3.7.3
SVR4_PKGNAME=	gplot
CATEGORIES=	graphics x11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=gnuplot/} \
		ftp://ftp.ucc.ie/pub/gnuplot/ \
		ftp://ftp.cc.monash.edu.au/pub/gnuplot/

MAINTAINER=	root@garbled.net
HOMEPAGE=	http://sourceforge.net/projects/gnuplot/
COMMENT=	gnuplot is a nice plotting utility

USE_BUILDLINK2=		YES
USE_X11=		YES
# because of missing rl_complete_with_tilde_expansion and rl_terminal_name
USE_GNU_READLINE=	YES
GNU_CONFIGURE=		YES

CONFIGURE_ARGS+=	--with-pdf
CONFIGURE_ARGS+=	--with-plot=${LOCALBASE}
CONFIGURE_ARGS+=	--with-readline=${BUILDLINK_PREFIX.readline}

.include "../../devel/readline/buildlink2.mk"
.include "../../graphics/plotutils/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../print/pdflib/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"