17 lines
415 B
Makefile
17 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.9 1999/02/09 14:47:58 bad Exp $
|
|
#
|
|
|
|
DISTNAME= gnuplot-3.7
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ \
|
|
ftp://ftp.ucc.ie/pub/gnuplot/
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://www.gnu.org/software/gnuplot/gnuplot.html
|
|
|
|
USE_X11= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-gd --without-png --without-plot --with-x
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|