Merge from vendor branch tnf:
[pkgsrc.git] / graphics / gnuplot / Makefile
1 # $NetBSD: Makefile,v 1.9 1999/02/09 14:47:58 bad Exp $
2 #
3
4 DISTNAME=       gnuplot-3.7
5 CATEGORIES=     graphics x11
6 MASTER_SITES=   ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ \
7                 ftp://ftp.ucc.ie/pub/gnuplot/
8
9 MAINTAINER=     root@garbled.net
10 HOMEPAGE=       http://www.cs.dartmouth.edu/gnuplot_info.html
11
12 USE_X11=        yes
13
14 GNU_CONFIGURE=  yes
15 CONFIGURE_ARGS+= --without-gd --without-png --without-plot --with-x
16
17 .include "../../mk/bsd.pkg.mk"